Searched refs:untrusted (Results 1 – 6 of 6) sorted by relevance
32 // Expected to fail -- untrusted server cert and no CA File present35 // Expected to fail -- untrusted server cert and no CA File present
97 untrusted file specifies a file containing a bunch of certs that
2537 char * untrusted = NULL; in PHP_FUNCTION() local2541 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "zl|a!s", &zcert, &purpose, &zcainfo, &untrusted, &untr… in PHP_FUNCTION()2547 if (untrusted) { in PHP_FUNCTION()2548 untrustedchain = load_all_certs_from_file(untrusted); in PHP_FUNCTION()
153 command, thus passing untrusted data to this function with rsh/ssh enabled
981 ; passing them to rsh/ssh command, thus passing untrusted data to this function
Completed in 43 milliseconds