Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/doc/man3/
HDSSL_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.
HDSSL_CTX_set_tlsext_status_cb.pod77 that is being sent back to the client via a call to SSL_get_certificate();
/freebsd-14-stable/crypto/openssl/util/
HDmissingssl111.txt36 SSL_get_certificate(3)
HDlibssl.num234 SSL_get_certificate 235 3_0_0 EXIST::FUNCTION:
/freebsd-14-stable/secure/lib/libssl/
HDVersion.map246 SSL_get_certificate;
/freebsd-14-stable/crypto/openssl/doc/
HDbuild.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-stable/crypto/openssl/include/openssl/
HDssl.h2114 __owur X509 *SSL_get_certificate(const SSL *ssl);
HDssl.h.in2042 __owur X509 *SSL_get_certificate(const SSL *ssl);
/freebsd-14-stable/crypto/openssl/apps/
HDs_server.c486 x = SSL_get_certificate(s); in get_ocsp_resp_from_responder()
/freebsd-14-stable/secure/lib/libcrypto/man/man3/
HDMakefile497 MAN+= SSL_get_certificate.3
4062 MLINKS+= SSL_get_certificate.3 SSL_get_privatekey.3
/freebsd-14-stable/contrib/wpa/src/crypto/
HDtls_openssl.c6027 return SSL_get_certificate(conn->ssl) != NULL; in tls_connection_get_own_cert_used()
/freebsd-14-stable/crypto/openssl/ssl/
HDssl_lib.c4211 X509 *SSL_get_certificate(const SSL *s) in SSL_get_certificate() function
/freebsd-14-stable/crypto/openssl/
HDCHANGES.md8052 the right response is stapled. Also change SSL_get_certificate()
8990 the right response is stapled. Also change SSL_get_certificate()