Searched refs:untrustedchain (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/ext/openssl/ |
H A D | openssl.c | 2516 static int check_cert(X509_STORE *ctx, X509 *x, STACK_OF(X509) *untrustedchain, int purpose) in check_cert() argument 2527 if (!X509_STORE_CTX_init(csc, ctx, x, untrustedchain)) { in check_cert() 2552 STACK_OF(X509) * untrustedchain = NULL; in PHP_FUNCTION() 2565 untrustedchain = php_openssl_load_all_certs_from_file(untrusted); in PHP_FUNCTION() 2566 if (untrustedchain == NULL) { in PHP_FUNCTION() 2580 ret = check_cert(cainfo, cert, untrustedchain, (int)purpose); in PHP_FUNCTION() 2593 if (untrustedchain) { in PHP_FUNCTION() 2594 sk_X509_pop_free(untrustedchain, X509_free); in PHP_FUNCTION()
|
Completed in 17 milliseconds