Searched refs:untrusted (Results 1 – 4 of 4) sorted by relevance
37 // Expected to fail -- untrusted server cert and no CA File present40 // Expected to fail -- untrusted server cert and no CA File present
2420 char * untrusted = NULL; in PHP_FUNCTION() local2429 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()
1013 ; passing them to rsh/ssh command, thus passing untrusted data to this function
1015 ; passing them to rsh/ssh command, thus passing untrusted data to this function
Completed in 26 milliseconds