Searched refs:trust_store (Results 1 – 3 of 3) sorted by relevance
1257 X509_STORE *trust_store = NULL; in setup_ssl_ctx() local1266 trust_store = load_trusted(opt_tls_trusted, 0, "trusted TLS certs"); in setup_ssl_ctx()1267 if (trust_store == NULL) in setup_ssl_ctx()1269 SSL_CTX_set_cert_store(ssl_ctx, trust_store); in setup_ssl_ctx()1308 if (trust_store != NULL) { in setup_ssl_ctx()1309 tls_vpm = X509_STORE_get0_param(trust_store); in setup_ssl_ctx()1327 if (trust_store != NULL) in setup_ssl_ctx()1383 if (!truststore_set_host_etc(trust_store, in setup_ssl_ctx()
29 int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *trust_store,81 The trusted certificate store is set to I<trust_store> of type B<X509_STORE>.87 Each of the I<trust_store>, I<target> and I<untrusted> parameters can be NULL.
469 int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *trust_store,