Home
last modified time | relevance | path

Searched refs:SSL_get0_chain_cert_store (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/crypto/openssl/doc/man3/
HDSSL_CTX_set1_verify_cert_store.pod10 SSL_get0_verify_cert_store, SSL_get0_chain_cert_store - set certificate
29 int SSL_get0_chain_cert_store(SSL *ctx, X509_STORE **st);
44 SSL_CTX_get0_chain_cert_store() and SSL_get0_chain_cert_store() retrieve the
/freebsd-14-stable/crypto/openssl/util/
HDother.syms549 SSL_get0_chain_cert_store define
/freebsd-14-stable/crypto/openssl/test/
HDsslapitest.c10164 if (!TEST_true(SSL_get0_chain_cert_store(ssl, &cstore))) in test_set_verify_cert_store_ssl()
10191 if (!TEST_true(SSL_get0_chain_cert_store(ssl, &cstore))) in test_set_verify_cert_store_ssl()
10208 if (!TEST_true(SSL_get0_chain_cert_store(ssl, &cstore))) in test_set_verify_cert_store_ssl()
/freebsd-14-stable/crypto/openssl/include/openssl/
HDssl.h1483 #define SSL_get0_chain_cert_store(s,st) \ macro
HDssl.h.in1411 #define SSL_get0_chain_cert_store(s,st) \ macro
/freebsd-14-stable/secure/lib/libcrypto/man/man3/
HDMakefile4016 MLINKS+= SSL_CTX_set1_verify_cert_store.3 SSL_get0_chain_cert_store.3