Home
last modified time | relevance | path

Searched refs:X509_V_FLAG_TRUSTED_FIRST (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DX509_VERIFY_PARAM_set_flags.pod298 When B<X509_V_FLAG_TRUSTED_FIRST> is set, which is always the case since
309 By default, unless B<X509_V_FLAG_TRUSTED_FIRST> is set, when building a
314 As of OpenSSL 1.1.0, with B<X509_V_FLAG_TRUSTED_FIRST> always set, this option
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_vpm.c513 X509_V_FLAG_TRUSTED_FIRST, /* flags */
H A Dx509_vfy.c3019 if (search == 0 || (ctx->param->flags & X509_V_FLAG_TRUSTED_FIRST) != 0) in build_chain()
/freebsd/crypto/openssl/apps/lib/
H A Dopt.c809 X509_VERIFY_PARAM_set_flags(vpm, X509_V_FLAG_TRUSTED_FIRST); in opt_verify()
/freebsd/crypto/openssl/include/openssl/
H A Dx509_vfy.h448 # define X509_V_FLAG_TRUSTED_FIRST 0x8000 macro
H A Dx509_vfy.h.in351 # define X509_V_FLAG_TRUSTED_FIRST 0x8000 macro
/freebsd/contrib/sendmail/src/
H A Dtls.c1193 X509_STORE_set_flags(store, X509_V_FLAG_TRUSTED_FIRST);
H A Dsendmail.h177 #if _FFR_VRFY_TRUSTED_FIRST && !defined(X509_V_FLAG_TRUSTED_FIRST)
H A Dconf.c6903 # if defined(X509_V_FLAG_TRUSTED_FIRST)