Home
last modified time | relevance | path

Searched refs:untrusted (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/openssl/tests/
H A Dpeer_verification.phpt38 // Expected to fail -- untrusted server cert and no CA File present
41 // Expected to fail -- untrusted server cert and no CA File present
H A Dbug50713.phpt2 Bug #50713 (openssl_pkcs7_verify() may ignore untrusted CAs)
/PHP-8.3/ext/openssl/
H A Dopenssl.c2341 char * untrusted = NULL; in PHP_FUNCTION() local
2350 Z_PARAM_STRING_OR_NULL(untrusted, untrusted_len) in PHP_FUNCTION()
2355 if (untrusted) { in PHP_FUNCTION()
2356 untrustedchain = php_openssl_load_all_certs_from_file(untrusted, untrusted_len, 4); in PHP_FUNCTION()
/PHP-8.3/
H A Dphp.ini-production1031 ; passing them to rsh/ssh command, thus passing untrusted data to this function
H A Dphp.ini-development1029 ; passing them to rsh/ssh command, thus passing untrusted data to this function

Completed in 27 milliseconds