Searched refs:untrustedchain (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/openssl/ |
H A D | openssl.c | 2376 static int check_cert(X509_STORE *ctx, X509 *x, STACK_OF(X509) *untrustedchain, int purpose) in check_cert() argument 2386 X509_STORE_CTX_init(csc, ctx, x, untrustedchain); in check_cert() 2404 STACK_OF(X509) * untrustedchain = NULL; in PHP_FUNCTION() 2417 untrustedchain = load_all_certs_from_file(untrusted); in PHP_FUNCTION() 2418 if (untrustedchain == NULL) { in PHP_FUNCTION() 2432 ret = check_cert(cainfo, cert, untrustedchain, (int)purpose); in PHP_FUNCTION() 2445 if (untrustedchain) { in PHP_FUNCTION() 2446 sk_X509_pop_free(untrustedchain, X509_free); in PHP_FUNCTION()
|
Completed in 18 milliseconds