Home
last modified time | relevance | path

Searched refs:X509_V_FLAG_ALLOW_PROXY_CERTS (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/crypto/openssl/doc/man7/
HDproxy-certificates.pod47 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);
/freebsd-13-stable/crypto/openssl/apps/
HDopt.c602 X509_VERIFY_PARAM_set_flags(vpm, X509_V_FLAG_ALLOW_PROXY_CERTS); in opt_verify()
/freebsd-13-stable/crypto/openssl/include/openssl/
HDx509_vfy.h208 # define X509_V_FLAG_ALLOW_PROXY_CERTS 0x40 macro
/freebsd-13-stable/crypto/openssl/doc/man3/
HDX509_VERIFY_PARAM_set_flags.pod244 B<X509_V_FLAG_ALLOW_PROXY_CERTS> enables proxy certificate verification.
/freebsd-13-stable/crypto/openssl/crypto/x509/
HDx509_vfy.c481 ! !(ctx->param->flags & X509_V_FLAG_ALLOW_PROXY_CERTS); in check_chain_extensions()