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

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c904 X509_STORE *certstore = NULL; local
910 if ((certstore = X509_STORE_new()) == NULL)
913 X509_STORE_set_verify_cb_func(certstore, openssl_callback);
914 X509_STORE_CTX_init(&certctx, certstore, cert,
935 X509_STORE_free(certstore);

Completed in 278 milliseconds