Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DX509_VERIFY_PARAM_set_flags.pod307 The B<X509_V_FLAG_NO_ALT_CHAINS> flag could have been used before OpenSSL 1.1.0
395 The B<X509_V_FLAG_NO_ALT_CHAINS> flag was added in OpenSSL 1.1.0.
/freebsd/crypto/openssl/apps/lib/
H A Dopt.c824 X509_VERIFY_PARAM_set_flags(vpm, X509_V_FLAG_NO_ALT_CHAINS); in opt_verify()
/freebsd/crypto/openssl/include/openssl/
H A Dx509_vfy.h462 # define X509_V_FLAG_NO_ALT_CHAINS 0x100000 macro
H A Dx509_vfy.h.in365 # define X509_V_FLAG_NO_ALT_CHAINS 0x100000 macro
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_vfy.c3021 else if (!(ctx->param->flags & X509_V_FLAG_NO_ALT_CHAINS)) in build_chain()