Searched refs:SSL_get_certificate (Results 1 – 13 of 13) sorted by relevance
5 SSL_get_certificate, SSL_get_privatekey - retrieve TLS/SSL certificate and12 X509 *SSL_get_certificate(const SSL *s);17 SSL_get_certificate() returns a pointer to an B<X509> object representing a22 SSL_get_certificate() is determined as follows:40 by SSL_get_certificate() during any callback made during the handshake process44 A specific use for SSL_get_certificate() is inside a callback set via a call to51 to the certificate returned by SSL_get_certificate(), if any.
77 that is being sent back to the client via a call to SSL_get_certificate();
36 SSL_get_certificate(3)
234 SSL_get_certificate 235 3_0_0 EXIST::FUNCTION:
246 SSL_get_certificate;
2462 DEPEND[html/man3/SSL_get_certificate.html]=man3/SSL_get_certificate.pod2463 GENERATE[html/man3/SSL_get_certificate.html]=man3/SSL_get_certificate.pod2464 DEPEND[man/man3/SSL_get_certificate.3]=man3/SSL_get_certificate.pod2465 GENERATE[man/man3/SSL_get_certificate.3]=man3/SSL_get_certificate.pod3401 html/man3/SSL_get_certificate.html \4009 man/man3/SSL_get_certificate.3 \
2114 __owur X509 *SSL_get_certificate(const SSL *ssl);
2042 __owur X509 *SSL_get_certificate(const SSL *ssl);
486 x = SSL_get_certificate(s); in get_ocsp_resp_from_responder()
497 MAN+= SSL_get_certificate.34062 MLINKS+= SSL_get_certificate.3 SSL_get_privatekey.3
6027 return SSL_get_certificate(conn->ssl) != NULL; in tls_connection_get_own_cert_used()
4211 X509 *SSL_get_certificate(const SSL *s) in SSL_get_certificate() function
8052 the right response is stapled. Also change SSL_get_certificate()8990 the right response is stapled. Also change SSL_get_certificate()