Searched refs:trust_store (Results 1 – 3 of 3) sorted by relevance
/openssl/apps/ |
H A D | cmp.c | 1348 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 D | X509_STORE_CTX_new.pod | 33 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 D | x509_vfy.h.in | 471 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 20 milliseconds