Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/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();
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dmissingssl111.txt36 SSL_get_certificate(3)
H A Dlibssl.num234 SSL_get_certificate 235 3_0_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/
H A Dssl.map245 SSL_get_certificate;
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/
H A Dssl.map324 SSL_get_certificate;
/netbsd-src/crypto/external/bsd/openssl.old/dist/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();
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dtls_o.c698 x = SSL_get_certificate( s ); in tlso_session_my_dn()
1015 cert = SSL_get_certificate( s ); in tlso_session_endpoint()
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/
H A Dman.inc600 SSL_get_certificate.3 \
/netbsd-src/usr.sbin/syslogd/
H A Dsign.c175 if (!(cert = SSL_get_certificate(ssl))) { in sign_get_keys()
/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_misc.c1070 local_cert = SSL_get_certificate(ssl); in tls_get_signature_params()
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibssl.num234 SSL_get_certificate 235 1_1_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl/dist/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 \
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/
H A Dssl.pod523 =item X509 *B<SSL_get_certificate>(const SSL *ssl);
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h1976 __owur X509 *SSL_get_certificate(const SSL *ssl);
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_server.c535 x = SSL_get_certificate(s); in get_ocsp_resp_from_responder()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Ds_server.c486 x = SSL_get_certificate(s); in get_ocsp_resp_from_responder()
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_lib.c3970 X509 *SSL_get_certificate(const SSL *s) in SSL_get_certificate() function
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in2042 __owur X509 *SSL_get_certificate(const SSL *ssl);
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DCHANGES4040 the right response is stapled. Also change SSL_get_certificate()