untrustedchain   2128 ext/openssl/openssl.c static int check_cert(X509_STORE *ctx, X509 *x, STACK_OF(X509) *untrustedchain, int purpose)
untrustedchain   2139 ext/openssl/openssl.c 	X509_STORE_CTX_init(csc, ctx, x, untrustedchain);
untrustedchain   2158 ext/openssl/openssl.c 	STACK_OF(X509) * untrustedchain = NULL;
untrustedchain   2170 ext/openssl/openssl.c 		untrustedchain = load_all_certs_from_file(untrusted);
untrustedchain   2171 ext/openssl/openssl.c 		if (untrustedchain == NULL) {
untrustedchain   2185 ext/openssl/openssl.c 	ret = check_cert(cainfo, cert, untrustedchain, purpose);
untrustedchain   2199 ext/openssl/openssl.c 	if (untrustedchain) {
untrustedchain   2200 ext/openssl/openssl.c 		sk_X509_pop_free(untrustedchain, X509_free);