Home
last modified time | relevance | path

Searched refs:SSL_get_peer_cert_chain (Results 1 – 25 of 81) sorted by relevance

1234

/third_party/openssl/doc/man3/
DSSL_get_peer_cert_chain.pod5 SSL_get_peer_cert_chain, SSL_get0_verified_chain - get the X509 certificate
12 STACK_OF(X509) *SSL_get_peer_cert_chain(const SSL *ssl);
17 SSL_get_peer_cert_chain() returns a pointer to STACK_OF(X509) certificates
24 NB: SSL_get_peer_cert_chain() returns the peer chain as sent by the peer: it
DSSL_CTX_dane_enable.pod101 certificates sent by the peer as returned by L<SSL_get_peer_cert_chain(3)>.
359 L<SSL_get_peer_cert_chain(3)>,
/third_party/curl/lib/
Dsetup-vms.h294 #define SSL_get_peer_cert_chain SSL_GET_PEER_CERT_CHAIN macro
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h1465 STACK *SSL_get_peer_cert_chain(const SSL *ssl);
/third_party/node/src/crypto/
Dcrypto_x509.cc157 STACK_OF(X509)* ssl_certs = SSL_get_peer_cert_chain(ssl.get()); in GetPeerCert()
Dcrypto_common.cc1202 STACK_OF(X509)* ssl_certs = SSL_get_peer_cert_chain(ssl.get()); in GetPeerCert()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dssl.rs569 pub fn SSL_get_peer_cert_chain(ssl: *const SSL) -> *mut stack_st_X509; in SSL_get_peer_cert_chain() function
/third_party/node/deps/openssl/openssl/util/
Dlibssl.num216 SSL_get_peer_cert_chain 217 3_0_0 EXIST::FUNCTION:
/third_party/openssl/util/
Dlibssl.num216 SSL_get_peer_cert_chain 217 3_0_0 EXIST::FUNCTION:
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs2521 #[corresponds(SSL_get_peer_cert_chain)]
2524 let ptr = ffi::SSL_get_peer_cert_chain(self.as_ptr()); in peer_cert_chain()
/third_party/curl/lib/vtls/
Dopenssl.c420 sk = SSL_get_peer_cert_chain(ssl); in Curl_ossl_certchain()
2397 ch = SSL_get_peer_cert_chain(backend->handle); in verifystatus()
/third_party/openssl/doc/
Dbuild.info2486 DEPEND[html/man3/SSL_get_peer_cert_chain.html]=man3/SSL_get_peer_cert_chain.pod
2487 GENERATE[html/man3/SSL_get_peer_cert_chain.html]=man3/SSL_get_peer_cert_chain.pod
2488 DEPEND[man/man3/SSL_get_peer_cert_chain.3]=man3/SSL_get_peer_cert_chain.pod
2489 GENERATE[man/man3/SSL_get_peer_cert_chain.3]=man3/SSL_get_peer_cert_chain.pod
3387 html/man3/SSL_get_peer_cert_chain.html \
3990 man/man3/SSL_get_peer_cert_chain.3 \
/third_party/cups/
Dohos-add-openssl.patch352 + chain = SSL_get_peer_cert_chain(http->tls);
/third_party/openssl/apps/
Ds_client.c3149 sk = SSL_get_peer_cert_chain(s); in print_stuff()
/third_party/node/deps/openssl/openssl/apps/
Ds_client.c3149 sk = SSL_get_peer_cert_chain(s); in print_stuff()
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h1681 __owur STACK_OF(X509) *SSL_get_peer_cert_chain(const SSL *s);
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/include/openssl/
Dssl.h1796 __owur STACK_OF(X509) *SSL_get_peer_cert_chain(const SSL *s);
/third_party/node/deps/openssl/config/archs/linux64-s390x/no-asm/include/openssl/
Dssl.h1796 __owur STACK_OF(X509) *SSL_get_peer_cert_chain(const SSL *s);
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/include/openssl/
Dssl.h1796 __owur STACK_OF(X509) *SSL_get_peer_cert_chain(const SSL *s);
/third_party/node/deps/openssl/config/archs/VC-WIN64A/no-asm/include/openssl/
Dssl.h1796 __owur STACK_OF(X509) *SSL_get_peer_cert_chain(const SSL *s);
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
Dssl.h1796 __owur STACK_OF(X509) *SSL_get_peer_cert_chain(const SSL *s);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
Dssl.h1796 __owur STACK_OF(X509) *SSL_get_peer_cert_chain(const SSL *s);
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
Dssl.h1796 __owur STACK_OF(X509) *SSL_get_peer_cert_chain(const SSL *s);
/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/
Dssl.h1796 __owur STACK_OF(X509) *SSL_get_peer_cert_chain(const SSL *s);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
Dssl.h1796 __owur STACK_OF(X509) *SSL_get_peer_cert_chain(const SSL *s);

1234