Searched refs:tls_ocsp_verify_cb (Results 1 – 3 of 3) sorted by relevance
293 int tls_ocsp_verify_cb(SSL *ssl, void *arg);
318 tls_ocsp_verify_cb(SSL *ssl, void *arg) in tls_ocsp_verify_cb() function
352 if (SSL_CTX_set_tlsext_status_cb(ctx->ssl_ctx, tls_ocsp_verify_cb) != 1) { in tls_connect_common()