untrusted        2160 ext/openssl/openssl.c 	char * untrusted = NULL;
untrusted        2163 ext/openssl/openssl.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Zl|a!s", &zcert, &purpose, &zcainfo, &untrusted, &untrusted_len) == FAILURE) {
untrusted        2169 ext/openssl/openssl.c 	if (untrusted) {
untrusted        2170 ext/openssl/openssl.c 		untrustedchain = load_all_certs_from_file(untrusted);