Home | History | Annotate | Download | only in crypto

Lines Matching refs:ocsp_stapling_response

93 	char *ocsp_stapling_response;
871 os_free(tls_global->ocsp_stapling_response);
872 tls_global->ocsp_stapling_response = NULL;
3170 if (tls_global->ocsp_stapling_response == NULL) {
3175 resp = os_readfile(tls_global->ocsp_stapling_response, &len);
3343 os_free(tls_global->ocsp_stapling_response);
3344 if (params->ocsp_stapling_response)
3345 tls_global->ocsp_stapling_response =
3346 os_strdup(params->ocsp_stapling_response);
3348 tls_global->ocsp_stapling_response = NULL;