Home
last modified time | relevance | path

Searched defs:SSL_get1_peer_certificate (Results 1 – 4 of 4) sorted by relevance

/third_party/curl/lib/vtls/
Dopenssl.h40 #define SSL_get1_peer_certificate SSL_get_peer_certificate macro
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dssl.rs567 pub fn SSL_get1_peer_certificate(ssl: *const SSL) -> *mut X509; in SSL_get1_peer_certificate() function
/third_party/openssl/ssl/
Dssl_lib.c1583 X509 *SSL_get1_peer_certificate(const SSL *s) in SSL_get1_peer_certificate() function
/third_party/node/deps/openssl/openssl/ssl/
Dssl_lib.c1665 X509 *SSL_get1_peer_certificate(const SSL *s) in SSL_get1_peer_certificate() function