Home
last modified time | relevance | path

Searched refs:SSL_get_certificate (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/secure/lib/libssl/
H A DVersion.map247 SSL_get_certificate;
/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_CTX_set_tlsext_status_cb.pod77 that is being sent back to the client via a call to SSL_get_certificate();
/freebsd-13.1/crypto/openssl/doc/man7/
H A Dssl.pod523 =item X509 *B<SSL_get_certificate>(const SSL *ssl);
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dssl.h1970 __owur X509 *SSL_get_certificate(const SSL *ssl);
/freebsd-13.1/crypto/openssl/apps/
H A Ds_server.c535 x = SSL_get_certificate(s); in get_ocsp_resp_from_responder()
/freebsd-13.1/contrib/wpa/src/crypto/
H A Dtls_openssl.c5773 return SSL_get_certificate(conn->ssl) != NULL; in tls_connection_get_own_cert_used()
/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_lib.c4046 X509 *SSL_get_certificate(const SSL *s) in SSL_get_certificate() function
/freebsd-13.1/crypto/openssl/
H A DCHANGES3886 the right response is stapled. Also change SSL_get_certificate()