Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Dx509_vfy.h434 # define X509_V_FLAG_EXPLICIT_POLICY 0x100 macro
474 | X509_V_FLAG_EXPLICIT_POLICY \
H A Dx509_vfy.h.in337 # define X509_V_FLAG_EXPLICIT_POLICY 0x100 macro
377 | X509_V_FLAG_EXPLICIT_POLICY \
/freebsd/crypto/openssl/crypto/x509/
H A Dpcy_tree.c106 int explicit_policy = (flags & X509_V_FLAG_EXPLICIT_POLICY) ? 0 : n+1; in tree_init()
/freebsd/crypto/openssl/apps/lib/
H A Dopt.c785 X509_VERIFY_PARAM_set_flags(vpm, X509_V_FLAG_EXPLICIT_POLICY); in opt_verify()
/freebsd/crypto/openssl/doc/man3/
H A DX509_VERIFY_PARAM_set_flags.pod270 B<X509_V_FLAG_EXPLICIT_POLICY>, B<X509_V_FLAG_INHIBIT_ANY> and