Searched refs:ocsp_stapling_response (Results 1 – 7 of 7) sorted by relevance
170 params.ocsp_stapling_response = in authsrv_init()171 hapd->conf->ocsp_stapling_response; in authsrv_init()
332 char *ocsp_stapling_response; member
455 os_free(conf->ocsp_stapling_response); in hostapd_config_free_bss()
77 char *ocsp_stapling_response; member866 os_free(tls_global->ocsp_stapling_response); in tls_deinit()867 tls_global->ocsp_stapling_response = NULL; in tls_deinit()3413 if (tls_global->ocsp_stapling_response == NULL) { in ocsp_status_cb()3418 resp = os_readfile(tls_global->ocsp_stapling_response, &len); in ocsp_status_cb()3647 os_free(tls_global->ocsp_stapling_response); in tls_global_set_params()3648 if (params->ocsp_stapling_response) in tls_global_set_params()3649 tls_global->ocsp_stapling_response = in tls_global_set_params()3650 os_strdup(params->ocsp_stapling_response); in tls_global_set_params()3652 tls_global->ocsp_stapling_response = NULL; in tls_global_set_params()
179 const char *ocsp_stapling_response; member
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
2071 os_free(bss->ocsp_stapling_response); in hostapd_config_fill()2072 bss->ocsp_stapling_response = os_strdup(pos); in hostapd_config_fill()