Searched refs:chain_store (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/crypto/openssl/ssl/
H A Dssl_cert.c175 if (cert->chain_store) {
176 X509_STORE_up_ref(cert->chain_store);
177 ret->chain_store = cert->chain_store;
243 X509_STORE_free(c->chain_store);
761 X509_STORE *chain_store = NULL; local
773 chain_store = X509_STORE_new();
774 if (chain_store == NULL)
778 if (!X509_STORE_add_cert(chain_store, x))
782 if (!X509_STORE_add_cert(chain_store, cp
[all...]
H A Dssl_conf.c478 st = verify_store ? &cert->verify_store : &cert->chain_store;
H A Dssl_local.h1928 X509_STORE *chain_store; member in struct:cert_st
/freebsd-12-stable/crypto/openssl/ssl/statem/
H A Dstatem_lib.c917 X509_STORE *chain_store; local
933 chain_store = NULL;
934 else if (s->cert->chain_store)
935 chain_store = s->cert->chain_store;
937 chain_store = s->ctx->cert_store;
939 if (chain_store != NULL) {
947 if (!X509_STORE_CTX_init(xs_ctx, chain_store, x, NULL)) {

Completed in 79 milliseconds