untrustedchain   2159 ext/openssl/openssl.c static int check_cert(X509_STORE *ctx, X509 *x, STACK_OF(X509) *untrustedchain, int purpose)
untrustedchain   2169 ext/openssl/openssl.c 	X509_STORE_CTX_init(csc, ctx, x, untrustedchain);
untrustedchain   2188 ext/openssl/openssl.c 	STACK_OF(X509) * untrustedchain = NULL;
untrustedchain   2201 ext/openssl/openssl.c 		untrustedchain = load_all_certs_from_file(untrusted);
untrustedchain   2202 ext/openssl/openssl.c 		if (untrustedchain == NULL) {
untrustedchain   2216 ext/openssl/openssl.c 	ret = check_cert(cainfo, cert, untrustedchain, (int)purpose);
untrustedchain   2230 ext/openssl/openssl.c 	if (untrustedchain) {
untrustedchain   2231 ext/openssl/openssl.c 		sk_X509_pop_free(untrustedchain, X509_free);