Searched refs:X509_V_FLAG_ALLOW_PROXY_CERTS (Results 1 – 5 of 5) sorted by relevance
47 X509_STORE_CTX_set_flags(ctx, X509_V_FLAG_ALLOW_PROXY_CERTS);51 X509_VERIFY_PARAM_set_flags(param, X509_V_FLAG_ALLOW_PROXY_CERTS);313 X509_STORE_CTX_set_flags(ctx, X509_V_FLAG_ALLOW_PROXY_CERTS);
602 X509_VERIFY_PARAM_set_flags(vpm, X509_V_FLAG_ALLOW_PROXY_CERTS); in opt_verify()
208 # define X509_V_FLAG_ALLOW_PROXY_CERTS 0x40 macro
244 B<X509_V_FLAG_ALLOW_PROXY_CERTS> enables proxy certificate verification.
481 ! !(ctx->param->flags & X509_V_FLAG_ALLOW_PROXY_CERTS); in check_chain_extensions()