Home
last modified time | relevance | path

Searched refs:X509_V_FLAG_INHIBIT_ANY (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libcrypto/x509/
H A Dx509_vfy.h234 #define X509_V_FLAG_INHIBIT_ANY 0x200 macro
273 | X509_V_FLAG_INHIBIT_ANY \
H A Dx509_policy.c895 (flags & X509_V_FLAG_INHIBIT_ANY) ? 0 : num_certs + 1; in X509_policy_check()
/openbsd/usr.bin/openssl/
H A Dapps.c1779 flags |= X509_V_FLAG_INHIBIT_ANY; in args_verify()