Symbol: SSL_get_peer_certificate
lib/libssl/hidden/openssl/ssl.h
356
LSSL_USED(SSL_get_peer_certificate);
lib/libssl/ssl.h
1221
X509 * SSL_get_peer_certificate(const SSL *s);
lib/libssl/ssl_lib.c
926
LSSL_ALIAS(SSL_get_peer_certificate);
lib/libtls/tls.c
843
ctx->ssl_peer_cert = SSL_get_peer_certificate(ctx->ssl_conn);
lib/libtls/tls_client.c
480
cert = SSL_get_peer_certificate(ctx->ssl_conn);
lib/libtls/tls_ocsp.c
181
ocsp->main_cert = SSL_get_peer_certificate(ctx->ssl_conn);
regress/lib/libssl/api/apitest.c
293
peer_cert = SSL_get_peer_certificate(client);
regress/lib/libssl/api/apitest.c
312
peer_cert = SSL_get_peer_certificate(server);
regress/lib/libssl/ssl/ssltest.c
373
if ((cert = SSL_get_peer_certificate(c_ssl)) == NULL)
sbin/unwind/libunbound/util/netevent.c
3508
X509* x = SSL_get_peer_certificate(c->ssl);
sbin/unwind/libunbound/util/netevent.c
3539
X509* x = SSL_get_peer_certificate(c->ssl);
usr.bin/openssl/s_client.c
1691
peer = SSL_get_peer_certificate(s);
usr.bin/openssl/s_server.c
1821
peer = SSL_get_peer_certificate(con);
usr.bin/openssl/s_server.c
2047
peer = SSL_get_peer_certificate(con);
usr.sbin/nsd/dnstap/dnstap.c
410
x = SSL_get_peer_certificate(dtw->ssl);
usr.sbin/nsd/nsd-control.c
405
x = SSL_get_peer_certificate(ssl);
usr.sbin/nsd/options.c
2366
client_cert = SSL_get_peer_certificate(tls_auth);
usr.sbin/nsd/remote.c
2931
X509* x = SSL_get_peer_certificate(s->ssl);
usr.sbin/nsd/xfrd-tcp.c
61
cert = SSL_get_peer_certificate(ssl);
usr.sbin/unbound/daemon/remote.c
4298
X509* x = SSL_get_peer_certificate(s->ssl);
usr.sbin/unbound/dnstap/dtstream.c
1341
X509* x = SSL_get_peer_certificate(dtio->ssl);
usr.sbin/unbound/dnstap/dtstream.c
1370
X509* x = SSL_get_peer_certificate(dtio->ssl);
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
934
X509* x = SSL_get_peer_certificate(data->ssl);
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
960
X509* x = SSL_get_peer_certificate(data->ssl);
usr.sbin/unbound/smallapp/unbound-anchor.c
823
x = SSL_get_peer_certificate(ssl);
usr.sbin/unbound/smallapp/unbound-control.c
792
x = SSL_get_peer_certificate(ssl);
usr.sbin/unbound/testcode/streamtcp.c
477
X509* x = SSL_get_peer_certificate(ssl);
usr.sbin/unbound/util/netevent.c
3508
X509* x = SSL_get_peer_certificate(c->ssl);
usr.sbin/unbound/util/netevent.c
3539
X509* x = SSL_get_peer_certificate(c->ssl);