Lines Matching defs:ocsp_stapling_response
220 char *ocsp_stapling_response;
1223 os_free(tls_global->ocsp_stapling_response);
1224 tls_global->ocsp_stapling_response = NULL;
5227 if (tls_global->ocsp_stapling_response == NULL) {
5232 resp = os_readfile(tls_global->ocsp_stapling_response, &len);
5762 os_free(tls_global->ocsp_stapling_response);
5763 if (params->ocsp_stapling_response)
5764 tls_global->ocsp_stapling_response =
5765 os_strdup(params->ocsp_stapling_response);
5767 tls_global->ocsp_stapling_response = NULL;