Home
last modified time | relevance | path

Searched refs:SSL_get_peer_certificate (Results 1 – 25 of 33) sorted by relevance

12

/third_party/openssl/doc/man3/
DSSL_get_peer_certificate.pod5 SSL_get_peer_certificate - get the X509 certificate of the peer
11 X509 *SSL_get_peer_certificate(const SSL *ssl);
15 SSL_get_peer_certificate() returns a pointer to the X509 certificate the
DSSL_get_verify_result.pod33 with L<SSL_get_peer_certificate(3)>.
54 L<SSL_get_peer_certificate(3)>,
DSSL_get_peer_cert_chain.pod21 L<SSL_get_peer_certificate(3)>.
65 L<ssl(7)>, L<SSL_get_peer_certificate(3)>, L<X509_up_ref(3)>,
DSSL_set_verify_result.pod35 L<SSL_get_peer_certificate(3)>,
DSSL_get_peer_signature_nid.pod42 L<ssl(7)>, L<SSL_get_peer_certificate(3)>,
DSSL_CTX_set_verify.pod326 if (peer = SSL_get_peer_certificate(ssl)) {
338 L<SSL_get_peer_certificate(3)>,
/third_party/nghttp2/src/
Dshrpx_mruby_module_env.cc156 auto x = SSL_get_peer_certificate(ssl); in env_get_tls_client_fingerprint_md()
202 auto x = SSL_get_peer_certificate(ssl); in env_get_tls_client_subject_name()
226 auto x = SSL_get_peer_certificate(ssl); in env_get_tls_client_issuer_name()
250 auto x = SSL_get_peer_certificate(ssl); in env_get_tls_client_serial()
274 auto x = SSL_get_peer_certificate(ssl); in env_get_tls_client_not_before()
300 auto x = SSL_get_peer_certificate(ssl); in env_get_tls_client_not_after()
Dshrpx_log.cc761 auto x = SSL_get_peer_certificate(lgsp.ssl); in upstream_accesslog()
786 auto x = SSL_get_peer_certificate(lgsp.ssl); in upstream_accesslog()
807 auto x = SSL_get_peer_certificate(lgsp.ssl); in upstream_accesslog()
Dshrpx_tls.cc1477 auto cert = SSL_get_peer_certificate(ssl); in check_cert()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_x509.c329 X509 *SSL_get_peer_certificate(const SSL *ssl) in SSL_get_peer_certificate() function
/third_party/curl/lib/
Dsetup-vms.h294 #define SSL_get_peer_certificate SSL_GET_PEER_CERTIFICATE macro
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h1474 X509 *SSL_get_peer_certificate(const SSL *ssl);
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-client.c288 X509 *peer = SSL_get_peer_certificate(wsi->tls.ssl); in lws_tls_client_confirm_peer_cert()
/third_party/node/src/
Dnode_crypto_common.cc143 if (X509* peer_cert = SSL_get_peer_certificate(ssl.get())) { in VerifyPeerCertificate()
1241 X509Pointer cert(is_server ? SSL_get_peer_certificate(ssl.get()) : nullptr); in GetPeerCert()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-x509.c385 x509 = SSL_get_peer_certificate(wsi->tls.ssl); in lws_tls_peer_cert_info()
/third_party/curl/lib/vtls/
Dwolfssl.c635 x509 = SSL_get_peer_certificate(backend->handle); in wolfssl_connect_step2()
Dopenssl.c1929 cert = SSL_get_peer_certificate(backend->handle); in verifystatus()
3851 backend->server_cert = SSL_get_peer_certificate(backend->handle); in servercert()
/third_party/openssl/test/ossl_shim/
Dossl_shim.cc886 if (SSL_get_peer_certificate(ssl) == nullptr) { in CheckHandshakeProperties()
/third_party/openssl/util/
Dlibssl.num82 SSL_get_peer_certificate 83 1_1_0 EXIST::FUNCTION:
/third_party/openssl/apps/
Ds_cb.c1207 peer = SSL_get_peer_certificate(s); in print_ssl_summary()
Ds_server.c2873 peer = SSL_get_peer_certificate(con); in print_connection_info()
3192 peer = SSL_get_peer_certificate(con); in www_body()
/third_party/openssl/test/
Dhandshake_helper.c1276 X509 *x = SSL_get_peer_certificate(s); in peer_pkey_type()
Dssltest_old.c784 cert = SSL_get_peer_certificate(c_ssl); in print_details()
/third_party/openssl/doc/man7/
Dssl.pod561 =item X509 *B<SSL_get_peer_certificate>(const SSL *ssl);
/third_party/grpc/src/core/tsi/
Dssl_transport_security.cc1232 X509* peer_cert = SSL_get_peer_certificate(impl->ssl); in ssl_handshaker_result_extract_peer()

12