Searched refs:ocsp_stapling_response (Results 1 – 12 of 12) sorted by relevance
41 char *ocsp_stapling_response; member138 os_free(global->ocsp_stapling_response); in tls_deinit()622 if (!global->ocsp_stapling_response) { in server_ocsp_status_req()627 cached = os_readfile(global->ocsp_stapling_response, &len); in server_ocsp_status_req()631 global->ocsp_stapling_response); in server_ocsp_status_req()747 os_free(global->ocsp_stapling_response); in tls_global_set_params()748 if (params->ocsp_stapling_response) in tls_global_set_params()749 global->ocsp_stapling_response = in tls_global_set_params()750 os_strdup(params->ocsp_stapling_response); in tls_global_set_params()752 global->ocsp_stapling_response = NULL; in tls_global_set_params()
334 if (params->ocsp_stapling_response) in tls_global_set_params()335 cred->ocsp_stapling_response = in tls_global_set_params()336 os_strdup(params->ocsp_stapling_response); in tls_global_set_params()
190 char *ocsp_stapling_response; member1063 os_free(tls_global->ocsp_stapling_response); in tls_deinit()1064 tls_global->ocsp_stapling_response = NULL; in tls_deinit()3915 if (tls_global->ocsp_stapling_response == NULL) { in ocsp_status_cb()3920 resp = os_readfile(tls_global->ocsp_stapling_response, &len); in ocsp_status_cb()4147 os_free(tls_global->ocsp_stapling_response); in tls_global_set_params()4148 if (params->ocsp_stapling_response) in tls_global_set_params()4149 tls_global->ocsp_stapling_response = in tls_global_set_params()4150 os_strdup(params->ocsp_stapling_response); in tls_global_set_params()4152 tls_global->ocsp_stapling_response = NULL; in tls_global_set_params()
186 const char *ocsp_stapling_response; member
28 char *ocsp_stapling_response; member
944 conn->cred->ocsp_stapling_response) { in tls_send_server_hello()945 ocsp_resp = os_readfile(conn->cred->ocsp_stapling_response, in tls_send_server_hello()
39 os_free(cred->ocsp_stapling_response); in tlsv1_cred_free()
174 params.ocsp_stapling_response = in authsrv_init()175 hapd->conf->ocsp_stapling_response; in authsrv_init()
365 char *ocsp_stapling_response; member
491 os_free(conf->ocsp_stapling_response); in hostapd_config_free_bss()
176 The OSEN RADIUS server config file should have the 'ocsp_stapling_response'199 ocsp_stapling_response=/home/user/hs20-server/ca/ocsp-server-cache.der
2186 os_free(bss->ocsp_stapling_response); in hostapd_config_fill()2187 bss->ocsp_stapling_response = os_strdup(pos); in hostapd_config_fill()