Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libpkg/common/
H A Dsecurity.c99 X509_STORE *ca_store = NULL; in get_cert_chain() local
104 if ((ca_store = X509_STORE_new()) == NULL) { in get_cert_chain()
115 if (X509_STORE_add_cert(ca_store, ca_cert) == 0) { in get_cert_chain()
130 (void) X509_STORE_CTX_init(store_ctx, ca_store, cert, clcerts); in get_cert_chain()
143 if (ca_store != NULL) in get_cert_chain()
144 (void) X509_STORE_free(ca_store); in get_cert_chain()