Home
last modified time | relevance | path

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

/PHP-7.2/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-7.2/ext/openssl/
H A DREADME97 untrusted file specifies a file containing a bunch of certs that
H A Dopenssl.c2554 char * untrusted = NULL; in PHP_FUNCTION() local
2558 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "zl|a!s", &zcert, &purpose, &zcainfo, &untrusted, &untr… in PHP_FUNCTION()
2564 if (untrusted) { in PHP_FUNCTION()
2565 untrustedchain = php_openssl_load_all_certs_from_file(untrusted); in PHP_FUNCTION()
/PHP-7.2/
H A DUPGRADING111 command, thus passing untrusted data to this function with rsh/ssh enabled
H A Dphp.ini-development976 ; passing them to rsh/ssh command, thus passing untrusted data to this function
H A Dphp.ini-production978 ; passing them to rsh/ssh command, thus passing untrusted data to this function

Completed in 32 milliseconds