Home
last modified time | relevance | path

Searched refs:ocsp_stapling_response (Results 1 – 16 of 16) sorted by relevance

/hostap-latest/src/crypto/
Dtls_gnutls.c41 char *ocsp_stapling_response; member
138 os_free(global->ocsp_stapling_response); in tls_deinit()
706 if (!global->ocsp_stapling_response) { in server_ocsp_status_req()
711 cached = os_readfile(global->ocsp_stapling_response, &len); in server_ocsp_status_req()
715 global->ocsp_stapling_response); in server_ocsp_status_req()
834 os_free(global->ocsp_stapling_response); in tls_global_set_params()
835 if (params->ocsp_stapling_response) in tls_global_set_params()
836 global->ocsp_stapling_response = in tls_global_set_params()
837 os_strdup(params->ocsp_stapling_response); in tls_global_set_params()
839 global->ocsp_stapling_response = NULL; in tls_global_set_params()
Dtls_internal.c343 if (params->ocsp_stapling_response) in tls_global_set_params()
344 cred->ocsp_stapling_response = in tls_global_set_params()
345 os_strdup(params->ocsp_stapling_response); in tls_global_set_params()
Dtls_mbedtls_alt.c182 char *ocsp_stapling_response; member
430 os_free(tls_ctx_global.ocsp_stapling_response); in tls_deinit()
1948 os_free(tls_ctx_global.ocsp_stapling_response); in tls_global_set_params()
1949 tls_ctx_global.ocsp_stapling_response = NULL; in tls_global_set_params()
1950 if (params->ocsp_stapling_response) in tls_global_set_params()
1951 tls_ctx_global.ocsp_stapling_response = os_strdup(params->ocsp_stapling_response); in tls_global_set_params()
Dtls.h221 const char *ocsp_stapling_response; member
Dtls_wolfssl.c64 char *ocsp_stapling_response; member
1516 void ocsp_resp_free_cb(void *ocsp_stapling_response, unsigned char *response) in ocsp_resp_free_cb() argument
1583 if (params->ocsp_stapling_response) { in tls_global_set_params()
1585 params->ocsp_stapling_response); in tls_global_set_params()
Dtls_openssl.c220 char *ocsp_stapling_response; member
1223 os_free(tls_global->ocsp_stapling_response); in tls_deinit()
1224 tls_global->ocsp_stapling_response = NULL; in tls_deinit()
5227 if (tls_global->ocsp_stapling_response == NULL) { in ocsp_status_cb()
5232 resp = os_readfile(tls_global->ocsp_stapling_response, &len); in ocsp_status_cb()
5762 os_free(tls_global->ocsp_stapling_response); in tls_global_set_params()
5763 if (params->ocsp_stapling_response) in tls_global_set_params()
5764 tls_global->ocsp_stapling_response = in tls_global_set_params()
5765 os_strdup(params->ocsp_stapling_response); in tls_global_set_params()
5767 tls_global->ocsp_stapling_response = NULL; in tls_global_set_params()
/hostap-latest/src/tls/
Dtlsv1_cred.h28 char *ocsp_stapling_response; member
Dtlsv1_server_write.c947 conn->cred->ocsp_stapling_response) { in tls_send_server_hello()
948 ocsp_resp = os_readfile(conn->cred->ocsp_stapling_response, in tls_send_server_hello()
Dtlsv1_cred.c39 os_free(cred->ocsp_stapling_response); in tlsv1_cred_free()
/hostap-latest/tests/hwsim/auth_serv/
Das2.conf14 ocsp_stapling_response=LOGDIR/ocsp-server-cache.der
Das.conf14 ocsp_stapling_response=LOGDIR/ocsp-server-cache.der
/hostap-latest/src/ap/
Dauthsrv.c337 params.ocsp_stapling_response = in authsrv_init()
338 hapd->conf->ocsp_stapling_response; in authsrv_init()
Dap_config.h447 char *ocsp_stapling_response; member
Dap_config.c860 os_free(conf->ocsp_stapling_response); in hostapd_config_free_bss()
/hostap-latest/hs20/server/
Dhs20-osu-server.txt177 The OSEN RADIUS server config file should have the 'ocsp_stapling_response'
200 ocsp_stapling_response=/home/user/hs20-server/ca/ocsp-server-cache.der
/hostap-latest/hostapd/
Dconfig_file.c2689 os_free(bss->ocsp_stapling_response); in hostapd_config_fill()
2690 bss->ocsp_stapling_response = os_strdup(pos); in hostapd_config_fill()