untrusted        2190 ext/openssl/openssl.c 	char * untrusted = NULL;
untrusted        2194 ext/openssl/openssl.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "zl|a!s", &zcert, &purpose, &zcainfo, &untrusted, &untrusted_len) == FAILURE) {
untrusted        2200 ext/openssl/openssl.c 	if (untrusted) {
untrusted        2201 ext/openssl/openssl.c 		untrustedchain = load_all_certs_from_file(untrusted);