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

/openbsd-current/lib/libssl/man/
H A DMakefile93 SSL_get_peer_certificate.3 \
/openbsd-current/regress/lib/libssl/api/
H A Dapitest.c288 * certificate returned by SSL_get_peer_certificate() has already
293 peer_cert = SSL_get_peer_certificate(client);
312 peer_cert = SSL_get_peer_certificate(server);
/openbsd-current/lib/libssl/hidden/openssl/
H A Dssl.h354 LSSL_USED(SSL_get_peer_certificate); variable
/openbsd-current/lib/libtls/
H A Dtls_client.c480 cert = SSL_get_peer_certificate(ctx->ssl_conn);
H A Dtls_ocsp.c180 ocsp->main_cert = SSL_get_peer_certificate(ctx->ssl_conn);
H A Dtls.c843 ctx->ssl_peer_cert = SSL_get_peer_certificate(ctx->ssl_conn);
/openbsd-current/usr.sbin/unbound/testcode/
H A Dstreamtcp.c474 X509* x = SSL_get_peer_certificate(ssl);
/openbsd-current/usr.sbin/nsd/
H A Dnsd-control.c402 x = SSL_get_peer_certificate(ssl);
H A Dremote.c2672 X509* x = SSL_get_peer_certificate(s->ssl);
/openbsd-current/usr.sbin/unbound/dnstap/
H A Dunbound-dnstap-socket.c845 X509* x = SSL_get_peer_certificate(data->ssl);
867 X509* x = SSL_get_peer_certificate(data->ssl);
H A Ddtstream.c1325 X509* x = SSL_get_peer_certificate(dtio->ssl);
1350 X509* x = SSL_get_peer_certificate(dtio->ssl);
/openbsd-current/usr.bin/openssl/
H A Ds_server.c1824 peer = SSL_get_peer_certificate(con);
2050 peer = SSL_get_peer_certificate(con);
H A Ds_client.c1641 peer = SSL_get_peer_certificate(s);
/openbsd-current/usr.sbin/nsd/dnstap/
H A Ddnstap.c407 x = SSL_get_peer_certificate(dtw->ssl);
/openbsd-current/usr.sbin/unbound/smallapp/
H A Dunbound-control.c755 x = SSL_get_peer_certificate(ssl);
H A Dunbound-anchor.c812 x = SSL_get_peer_certificate(ssl);
/openbsd-current/lib/libssl/
H A Dssl_lib.c912 SSL_get_peer_certificate(const SSL *s) function
926 LSSL_ALIAS(SSL_get_peer_certificate); variable
H A Dssl.h1230 X509 * SSL_get_peer_certificate(const SSL *s);
/openbsd-current/regress/lib/libssl/ssl/
H A Dssltest.c373 if ((cert = SSL_get_peer_certificate(c_ssl)) == NULL)
/openbsd-current/usr.sbin/unbound/util/
H A Dnetevent.c1696 X509* x = SSL_get_peer_certificate(c->ssl);
1727 X509* x = SSL_get_peer_certificate(c->ssl);
/openbsd-current/sbin/unwind/libunbound/util/
H A Dnetevent.c1696 X509* x = SSL_get_peer_certificate(c->ssl);
1727 X509* x = SSL_get_peer_certificate(c->ssl);
/openbsd-current/usr.sbin/unbound/daemon/
H A Dremote.c3370 X509* x = SSL_get_peer_certificate(s->ssl);

Completed in 389 milliseconds