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
2634 DEPEND[html/man3/SSL_get_certificate.html]=man3/SSL_get_certificate.pod2635 GENERATE[html/man3/SSL_get_certificate.html]=man3/SSL_get_certificate.pod2636 DEPEND[man/man3/SSL_get_certificate.3]=man3/SSL_get_certificate.pod2637 GENERATE[man/man3/SSL_get_certificate.3]=man3/SSL_get_certificate.pod3734 html/man3/SSL_get_certificate.html \4413 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);
6405 return SSL_get_certificate(conn->ssl) != NULL;
540 MAN+= SSL_get_certificate.34395 MLINKS+= SSL_get_certificate.3 SSL_get_privatekey.3
5261 X509 *SSL_get_certificate(const SSL *s) in SSL_get_certificate() function
10393 the right response is stapled. Also change SSL_get_certificate()11331 the right response is stapled. Also change SSL_get_certificate()