Searched refs:SSL_get_certificate (Results 1 – 20 of 20) 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:
245 SSL_get_certificate;
324 SSL_get_certificate;
698 x = SSL_get_certificate( s ); in tlso_session_my_dn()1015 cert = SSL_get_certificate( s ); in tlso_session_endpoint()
600 SSL_get_certificate.3 \
175 if (!(cert = SSL_get_certificate(ssl))) { in sign_get_keys()
1070 local_cert = SSL_get_certificate(ssl); in tls_get_signature_params()
234 SSL_get_certificate 235 1_1_0 EXIST::FUNCTION:
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 \
523 =item X509 *B<SSL_get_certificate>(const SSL *ssl);
1976 __owur X509 *SSL_get_certificate(const SSL *ssl);
535 x = SSL_get_certificate(s); in get_ocsp_resp_from_responder()
486 x = SSL_get_certificate(s); in get_ocsp_resp_from_responder()
3970 X509 *SSL_get_certificate(const SSL *s) in SSL_get_certificate() function
2042 __owur X509 *SSL_get_certificate(const SSL *ssl);
4040 the right response is stapled. Also change SSL_get_certificate()