Home
last modified time | relevance | path

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

/PHP-8.0/ext/openssl/tests/
H A Dpeer_verification.phpt37 // Expected to fail -- untrusted server cert and no CA File present
40 // Expected to fail -- untrusted server cert and no CA File present
/PHP-8.0/ext/openssl/
H A Dopenssl.c2420 char * untrusted = NULL; in PHP_FUNCTION() local
2429 Z_PARAM_STRING_OR_NULL(untrusted, untrusted_len) in PHP_FUNCTION()
2434 if (untrusted) { in PHP_FUNCTION()
2435 untrustedchain = php_openssl_load_all_certs_from_file(untrusted, untrusted_len, 4); in PHP_FUNCTION()
/PHP-8.0/
H A Dphp.ini-development1013 ; passing them to rsh/ssh command, thus passing untrusted data to this function
H A Dphp.ini-production1015 ; passing them to rsh/ssh command, thus passing untrusted data to this function

Completed in 26 milliseconds