Home
last modified time | relevance | path

Searched refs:allow_proxy_certs (Results 1 – 2 of 2) sorted by relevance

/NextBSD/crypto/openssl/crypto/x509/
HDx509_vfy.c572 int allow_proxy_certs; in check_chain_extensions()
588 allow_proxy_certs = 0; in check_chain_extensions()
591 allow_proxy_certs = in check_chain_extensions()
598 allow_proxy_certs = 1; in check_chain_extensions()
615 if (!allow_proxy_certs && (x->ex_flags & EXFLAG_PROXY)) { in check_chain_extensions()
/NextBSD/crypto/openssl/ssl/
HDssltest.c237 int allow_proxy_certs; member
1137 app_verify_arg.allow_proxy_certs = 1; in main()
2709 if (cb_arg->allow_proxy_certs) { in app_verify_callback()