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

/httpd/modules/ssl/
H A Dssl_engine_init.c1239 X509_STORE_CTX *sctx; local
1305 sctx = X509_STORE_CTX_new();
1307 if (!sctx) {
1320 X509_STORE_CTX_init(sctx, store, inf->x509, NULL);
1323 if (X509_verify_cert(sctx) != 1) {
1324 int err = X509_STORE_CTX_get_error(sctx);
1335 chain = X509_STORE_CTX_get1_chain(sctx);
1365 X509_STORE_CTX_cleanup(sctx);
1368 X509_STORE_CTX_free(sctx);

Completed in 288 milliseconds