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

/httpd/modules/ssl/
H A Dssl_engine_kernel.c313 X509_STORE_CTX cert_store_ctx; local
747 X509_STORE_CTX_init(&cert_store_ctx, cert_store, cert, cert_stack);
751 X509_STORE_CTX_set_depth(&cert_store_ctx, depth);
754 X509_STORE_CTX_set_ex_data(&cert_store_ctx,
758 if (!X509_verify_cert(&cert_store_ctx)) {
764 SSL_set_verify_result(ssl, cert_store_ctx.error);
765 X509_STORE_CTX_cleanup(&cert_store_ctx);

Completed in 189 milliseconds