Home
last modified time | relevance | path

Searched refs:SSL_get0_peer_certificate (Results 1 – 13 of 13) sorted by relevance

/openssl/doc/man3/
H A DSSL_get_peer_certificate.pod6 SSL_get0_peer_certificate,
13 X509 *SSL_get0_peer_certificate(const SSL *ssl);
44 The reference count of the X509 object returned by SSL_get0_peer_certificate()
72 SSL_get0_peer_certificate() and SSL_get1_peer_certificate() were added in 3.0.0.
/openssl/test/
H A Dcert_comp_test.c48 if (!TEST_ptr(SSL_get0_peer_certificate(ssl))) in client_cert_cb()
H A Drpktest.c470 if (!TEST_ptr(SSL_get0_peer_certificate(clientssl))) in test_rpk()
504 if (expected == 1 && !TEST_ptr(SSL_get0_peer_certificate(serverssl))) in test_rpk()
H A Dssl_old_test.c792 cert = SSL_get0_peer_certificate(c_ssl); in print_details()
H A Dsslapitest.c9010 if (!TEST_ptr(SSL_get0_peer_certificate(ssl))) in client_cert_cb()
/openssl/test/helpers/
H A Dhandshake.c1276 X509 *x = SSL_get0_peer_certificate(s); in peer_pkey_type()
/openssl/util/
H A Dlibssl.num517 SSL_get0_peer_certificate 518 3_0_0 EXIST::FUNCTION:
/openssl/apps/lib/
H A Ds_cb.c1303 X509 *peer = SSL_get0_peer_certificate(s); in print_ssl_summary()
/openssl/apps/
H A Ds_server.c3065 peer = SSL_get0_peer_certificate(con); in print_connection_info()
3436 peer = SSL_get0_peer_certificate(con); in www_body()
H A Ds_client.c3413 peer = SSL_get0_peer_certificate(s); in print_stuff()
/openssl/ssl/
H A Dssl_lib.c1946 X509 *r = SSL_get0_peer_certificate(s); in SSL_get1_peer_certificate()
1954 X509 *SSL_get0_peer_certificate(const SSL *s) in SSL_get0_peer_certificate() function
/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md311 | `SSL_get0_peer_certificate` | HL | ��U | ��A | ��NC\* | ��Done …
/openssl/include/openssl/
H A Dssl.h.in1759 __owur X509 *SSL_get0_peer_certificate(const SSL *s);

Completed in 104 milliseconds