Home
last modified time | relevance | path

Searched refs:SSL_CTX_load_verify_store (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/crypto/openssl/doc/man3/
H A DSSL_CTX_load_verify_locations.pod6 SSL_CTX_load_verify_store, SSL_CTX_set_default_verify_paths,
17 int SSL_CTX_load_verify_store(SSL_CTX *ctx, const char *CAstore);
31 SSL_CTX_load_verify_file(), SSL_CTX_load_verify_store() specifies the
/freebsd-14.2/secure/lib/libssl/
H A DVersion.map528 SSL_CTX_load_verify_store;
/freebsd-14.2/crypto/openssl/util/
H A Dlibssl.num513 SSL_CTX_load_verify_store 514 3_0_0 EXIST::FUNCTION:
/freebsd-14.2/crypto/openssl/include/openssl/
H A Dssl.h2137 __owur int SSL_CTX_load_verify_store(SSL_CTX *ctx, const char *CAstore);
H A Dssl.h.in2065 __owur int SSL_CTX_load_verify_store(SSL_CTX *ctx, const char *CAstore);
/freebsd-14.2/crypto/openssl/apps/lib/
H A Dapps.c168 if (CAstore != NULL && !SSL_CTX_load_verify_store(ctx, CAstore)) in ctx_set_verify_locations()
/freebsd-14.2/crypto/openssl/ssl/
H A Dssl_lib.c4471 int SSL_CTX_load_verify_store(SSL_CTX *ctx, const char *CAstore) in SSL_CTX_load_verify_store() function
/freebsd-14.2/secure/lib/libcrypto/man/man3/
H A DMakefile3839 MLINKS+= SSL_CTX_load_verify_locations.3 SSL_CTX_load_verify_store.3
/freebsd-14.2/crypto/openssl/
H A DCHANGES.md1913 - SSL_CTX_load_verify_store()