Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/doc/man3/
H A DSSL_get_certificate.pod5 SSL_get_certificate, SSL_get_privatekey - retrieve TLS/SSL certificate and
12 X509 *SSL_get_certificate(const SSL *s);
17 SSL_get_certificate() returns a pointer to an B<X509> object representing a
22 SSL_get_certificate() is determined as follows:
40 by SSL_get_certificate() during any callback made during the handshake process
44 A specific use for SSL_get_certificate() is inside a callback set via a call to
51 to the certificate returned by SSL_get_certificate(), if any.
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-14.2/crypto/openssl/util/
H A Dmissingssl111.txt36 SSL_get_certificate(3)
H A Dlibssl.num234 SSL_get_certificate 235 3_0_0 EXIST::FUNCTION:
/freebsd-14.2/secure/lib/libssl/
H A DVersion.map246 SSL_get_certificate;
/freebsd-14.2/crypto/openssl/doc/
H A Dbuild.info2462 DEPEND[html/man3/SSL_get_certificate.html]=man3/SSL_get_certificate.pod
2463 GENERATE[html/man3/SSL_get_certificate.html]=man3/SSL_get_certificate.pod
2464 DEPEND[man/man3/SSL_get_certificate.3]=man3/SSL_get_certificate.pod
2465 GENERATE[man/man3/SSL_get_certificate.3]=man3/SSL_get_certificate.pod
3401 html/man3/SSL_get_certificate.html \
4009 man/man3/SSL_get_certificate.3 \
/freebsd-14.2/crypto/openssl/include/openssl/
H A Dssl.h2114 __owur X509 *SSL_get_certificate(const SSL *ssl);
H A Dssl.h.in2042 __owur X509 *SSL_get_certificate(const SSL *ssl);
/freebsd-14.2/crypto/openssl/apps/
H A Ds_server.c486 x = SSL_get_certificate(s); in get_ocsp_resp_from_responder()
/freebsd-14.2/secure/lib/libcrypto/man/man3/
H A DMakefile497 MAN+= SSL_get_certificate.3
4062 MLINKS+= SSL_get_certificate.3 SSL_get_privatekey.3
/freebsd-14.2/contrib/wpa/src/crypto/
H A Dtls_openssl.c6027 return SSL_get_certificate(conn->ssl) != NULL; in tls_connection_get_own_cert_used()
/freebsd-14.2/crypto/openssl/ssl/
H A Dssl_lib.c4211 X509 *SSL_get_certificate(const SSL *s) in SSL_get_certificate() function
/freebsd-14.2/crypto/openssl/
H A DCHANGES.md8052 the right response is stapled. Also change SSL_get_certificate()
8990 the right response is stapled. Also change SSL_get_certificate()