Home
last modified time | relevance | path

Searched refs:trust_store (Results 1 – 3 of 3) sorted by relevance

/openssl/apps/
H A Dcmp.c1348 X509_STORE *trust_store = NULL; in setup_ssl_ctx() local
1357 trust_store = load_trusted(opt_tls_trusted, 0, "trusted TLS certs"); in setup_ssl_ctx()
1358 if (trust_store == NULL) in setup_ssl_ctx()
1360 SSL_CTX_set_cert_store(ssl_ctx, trust_store); in setup_ssl_ctx()
1402 if (trust_store != NULL) { in setup_ssl_ctx()
1403 tls_vpm = X509_STORE_get0_param(trust_store); in setup_ssl_ctx()
1421 if (trust_store != NULL) in setup_ssl_ctx()
1477 if (trust_store != NULL) { in setup_ssl_ctx()
1483 if (!truststore_set_host_etc(trust_store, in setup_ssl_ctx()
/openssl/doc/man3/
H A DX509_STORE_CTX_new.pod33 int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *trust_store,
35 int X509_STORE_CTX_init_rpk(X509_STORE_CTX *ctx, X509_STORE *trust_store,
92 The trusted certificate store is set to I<trust_store> of type B<X509_STORE>.
100 Each of the I<trust_store>, I<target> and I<untrusted> parameters can be NULL.
/openssl/include/openssl/
H A Dx509_vfy.h.in471 int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *trust_store,
473 int X509_STORE_CTX_init_rpk(X509_STORE_CTX *ctx, X509_STORE *trust_store,

Completed in 26 milliseconds