Searched refs:untrusted (Results 1 – 3 of 3) sorted by relevance
38 // Expected to fail -- untrusted server cert and no CA File present41 // Expected to fail -- untrusted server cert and no CA File present
2 Bug #50713 (openssl_pkcs7_verify() may ignore untrusted CAs)
2372 char * untrusted = NULL; in PHP_FUNCTION() local2381 Z_PARAM_STRING_OR_NULL(untrusted, untrusted_len) in PHP_FUNCTION()2386 if (untrusted) { in PHP_FUNCTION()2387 untrustedchain = php_openssl_load_all_certs_from_file(untrusted, untrusted_len, 4); in PHP_FUNCTION()
Completed in 23 milliseconds