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

/freebsd-13-stable/contrib/dma/
H A Dcrypto.c171 cert = SSL_get_peer_certificate(config.ssl);
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_ssl.c250 peer_cert = SSL_get_peer_certificate(ssl);
/freebsd-13-stable/contrib/libevent/test/
H A Dregress_ssl.c316 peer_cert = SSL_get_peer_certificate(ssl);
/freebsd-13-stable/usr.sbin/rpc.tlsclntd/
H A Drpc.tlsclntd.c659 cert = SSL_get_peer_certificate(ssl);
/freebsd-13-stable/usr.sbin/rpc.tlsservd/
H A Drpc.tlsservd.c678 cert = SSL_get_peer_certificate(ssl);
/freebsd-13-stable/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c828 X509* x = SSL_get_peer_certificate(data->ssl);
850 X509* x = SSL_get_peer_certificate(data->ssl);
H A Ddtstream.c1320 X509* x = SSL_get_peer_certificate(dtio->ssl);
1345 X509* x = SSL_get_peer_certificate(dtio->ssl);
/freebsd-13-stable/contrib/unbound/smallapp/
H A Dunbound-control.c732 x = SSL_get_peer_certificate(ssl);
H A Dunbound-anchor.c801 x = SSL_get_peer_certificate(ssl);
/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_tls.c308 cert = SSL_get_peer_certificate(ssl);
/freebsd-13-stable/crypto/openssl/apps/
H A Ds_server.c2862 peer = SSL_get_peer_certificate(con);
3187 peer = SSL_get_peer_certificate(con);
H A Ds_cb.c1205 peer = SSL_get_peer_certificate(s);
H A Ds_client.c3208 peer = SSL_get_peer_certificate(s);
/freebsd-13-stable/lib/libfetch/
H A Dcommon.c1246 conn->ssl_cert = SSL_get_peer_certificate(conn->ssl);
/freebsd-13-stable/contrib/sendmail/src/
H A Dtls.c1787 cert = SSL_get_peer_certificate(ssl);
/freebsd-13-stable/contrib/unbound/util/
H A Dnetevent.c1260 X509* x = SSL_get_peer_certificate(c->ssl);
1286 X509* x = SSL_get_peer_certificate(c->ssl);
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dssl.h1686 __owur X509 *SSL_get_peer_certificate(const SSL *s);
/freebsd-13-stable/contrib/unbound/daemon/
H A Dremote.c3260 X509* x = SSL_get_peer_certificate(s->ssl);
/freebsd-13-stable/crypto/openssl/ssl/
H A Dssl_lib.c1547 X509 *SSL_get_peer_certificate(const SSL *s) function
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
H A DMakefile383 MAN+= SSL_get_peer_certificate.3

Completed in 342 milliseconds