Searched refs:SSL_get_peer_certificate (Results 1 - 8 of 8) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dopenssladapter.cc625 // Checking the return from SSL_get_peer_certificate here is not strictly
628 X509* certificate = SSL_get_peer_certificate(ssl);
/external/chromium/net/socket/
H A Dssl_client_socket_openssl.cc888 crypto::ScopedOpenSSL<X509, X509_free> cert(SSL_get_peer_certificate(ssl_));
890 LOG(WARNING) << "SSL_get_peer_certificate returned NULL";
894 // Unlike SSL_get_peer_certificate, SSL_get_peer_cert_chain does not
/external/openssl/apps/
H A Ds_server.c2420 peer=SSL_get_peer_certificate(con);
2753 peer=SSL_get_peer_certificate(con);
H A Ds_client.c1966 peer=SSL_get_peer_certificate(s);
/external/openssl/include/openssl/
H A Dssl.h1785 X509 * SSL_get_peer_certificate(const SSL *s);
/external/openssl/ssl/
H A Dssl.h1785 X509 * SSL_get_peer_certificate(const SSL *s);
H A Dssltest.c388 cert=SSL_get_peer_certificate(c_ssl);
H A Dssl_lib.c827 X509 *SSL_get_peer_certificate(const SSL *s) function

Completed in 204 milliseconds