Home
last modified time | relevance | path

Searched refs:SSL_CTX_set1_cert_store (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_cert_store.pod5 SSL_CTX_set_cert_store, SSL_CTX_set1_cert_store, SSL_CTX_get_cert_store - manipulate X509 certificate verification storage
12 void SSL_CTX_set1_cert_store(SSL_CTX *ctx, X509_STORE *store);
23 SSL_CTX_set1_cert_store() sets/replaces the certificate verification storage
58 SSL_CTX_set1_cert_store() to assign to the second SSL_CTX and
72 SSL_CTX_set1_cert_store() does not return diagnostic output.
/freebsd/secure/lib/libssl/
H A DVersion.map427 SSL_CTX_set1_cert_store;
/freebsd/crypto/openssl/util/
H A Dlibssl.num406 SSL_CTX_set1_cert_store 407 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1612 void SSL_CTX_set1_cert_store(SSL_CTX *, X509_STORE *);
H A Dssl.h.in1540 void SSL_CTX_set1_cert_store(SSL_CTX *, X509_STORE *);
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c4589 void SSL_CTX_set1_cert_store(SSL_CTX *ctx, X509_STORE *store) in SSL_CTX_set1_cert_store() function
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3865 MLINKS+= SSL_CTX_set_cert_store.3 SSL_CTX_set1_cert_store.3