Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/openssl/doc/ssl/
H A DSSL_get_verify_result.pod33 with L<SSL_get_peer_certificate(3)|SSL_get_peer_certificate(3)>.
54 L<SSL_get_peer_certificate(3)|SSL_get_peer_certificate(3)>,
H A DSSL_get_peer_cert_chain.pod19 L<SSL_get_peer_certificate(3)|SSL_get_peer_certificate(3)>.
50 L<ssl(3)|ssl(3)>, L<SSL_get_peer_certificate(3)|SSL_get_peer_certificate(3)>
H A 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
H A DSSL_set_verify_result.pod35 L<SSL_get_peer_certificate(3)|SSL_get_peer_certificate(3)>,
H A DSSL_CTX_set_verify.pod275 if (peer = SSL_get_peer_certificate(ssl))
289 L<SSL_get_peer_certificate(3)|SSL_get_peer_certificate(3)>,
H A Dssl.pod499 =item X509 *B<SSL_get_peer_certificate>(const SSL *ssl);
/onnv-gate/usr/src/common/openssl/apps/
H A Ds_server.c1510 peer=SSL_get_peer_certificate(con); in init_ssl_connection()
1772 peer=SSL_get_peer_certificate(con); in www_body()
H A Ds_client.c1127 peer=SSL_get_peer_certificate(s); in print_stuff()
/onnv-gate/usr/src/cmd/sendmail/src/
H A Dtls.c1194 cert = SSL_get_peer_certificate(ssl);
/onnv-gate/usr/src/common/openssl/ssl/
H A Dssltest.c290 cert=SSL_get_peer_certificate(c_ssl); in print_details()
H A Dssl.h1319 X509 * SSL_get_peer_certificate(const SSL *s);
H A Dssl_lib.c729 X509 *SSL_get_peer_certificate(const SSL *s) in SSL_get_peer_certificate() function
/onnv-gate/usr/src/common/net/wanboot/
H A Dboot_http.c2200 if ((peer = SSL_get_peer_certificate(c_id->ssl)) == NULL) { in check_cert_chain()
/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A Dstdsoap2.cpp3422 peer = SSL_get_peer_certificate(soap->ssl); in soap_ssl_accept()
4075 peer = SSL_get_peer_certificate(soap->ssl); in tcp_connect()