Home
last modified time | relevance | path

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

/src/usr.sbin/rpc.tlsservd/
H A Drpc.tlscommon.c129 X509_STORE *certstore; in rpctls_loadcrlfile() local
136 certstore = SSL_CTX_get_cert_store(ctx); in rpctls_loadcrlfile()
138 certstore, X509_LOOKUP_file()); in rpctls_loadcrlfile()
144 ret = X509_STORE_set_flags(certstore, in rpctls_loadcrlfile()
/src/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c1758 X509_STORE *certstore = NULL; in cms_signeddata_create() local
1768 certstore = X509_STORE_new(); in cms_signeddata_create()
1769 if (certstore == NULL) in cms_signeddata_create()
1772 X509_STORE_set_verify_cb(certstore, openssl_callback); in cms_signeddata_create()
1776 X509_STORE_CTX_init(certctx, certstore, id_cryptoctx->my_cert, in cms_signeddata_create()
1793 X509_STORE_free(certstore); in cms_signeddata_create()