Home
last modified time | relevance | path

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

/dragonfly/libexec/dma/
H A Dcrypto.c199 cert = SSL_get_peer_certificate(config.ssl); in smtp_init_crypto()
/dragonfly/crypto/libressl/tls/
H A Dtls_ocsp.c176 ocsp->main_cert = SSL_get_peer_certificate(ctx->ssl_conn); in tls_ocsp_setup_from_peer()
H A Dtls_client.c457 cert = SSL_get_peer_certificate(ctx->ssl_conn); in tls_handshake_client()
H A Dtls.c795 ctx->ssl_peer_cert = SSL_get_peer_certificate(ctx->ssl_conn); in tls_handshake()
/dragonfly/contrib/tnftp/src/
H A Dssl.c639 cert = SSL_get_peer_certificate(ssl); in fetch_start_ssl()
/dragonfly/crypto/libressl/apps/openssl/
H A Ds_server.c1885 peer = SSL_get_peer_certificate(con); in init_ssl_connection()
2112 peer = SSL_get_peer_certificate(con); in www_body()
H A Ds_client.c1703 peer = SSL_get_peer_certificate(s); in print_stuff()
/dragonfly/crypto/libressl/
H A DREADME.DELETED548 man/SSL_get_peer_certificate.3
H A DChangeLog363 - Simplify SSL_get_peer_certificate()
/dragonfly/lib/libfetch/
H A Dcommon.c1248 conn->ssl_cert = SSL_get_peer_certificate(conn->ssl); in fetch_ssl()
/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h1252 X509 * SSL_get_peer_certificate(const SSL *s);
/dragonfly/crypto/libressl/ssl/
H A Dssl_lib.c866 SSL_get_peer_certificate(const SSL *s) in SSL_get_peer_certificate() function