Searched refs:SSL_get_certificate (Results 1 – 15 of 15) 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;
154 L<SSL_get_certificate(3)> can be used to obtain a handle on the peer certificate
2626 DEPEND[html/man3/SSL_get_certificate.html]=man3/SSL_get_certificate.pod2627 GENERATE[html/man3/SSL_get_certificate.html]=man3/SSL_get_certificate.pod2628 DEPEND[man/man3/SSL_get_certificate.3]=man3/SSL_get_certificate.pod2629 GENERATE[man/man3/SSL_get_certificate.3]=man3/SSL_get_certificate.pod3720 html/man3/SSL_get_certificate.html \4396 man/man3/SSL_get_certificate.3 \
498 x = SSL_get_certificate(s); in get_ocsp_resp_from_responder()
230 | `SSL_get_certificate` | HL | U | A | NC\* | Done …
2164 __owur X509 *SSL_get_certificate(const SSL *ssl);
2117 __owur X509 *SSL_get_certificate(const SSL *ssl);
6027 return SSL_get_certificate(conn->ssl) != NULL; in tls_connection_get_own_cert_used()
538 MAN+= SSL_get_certificate.34393 MLINKS+= SSL_get_certificate.3 SSL_get_privatekey.3
5238 X509 *SSL_get_certificate(const SSL *s) in SSL_get_certificate() function
9706 the right response is stapled. Also change SSL_get_certificate()10644 the right response is stapled. Also change SSL_get_certificate()