Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/doc/man3/
HDX509_VERIFY_PARAM_set_flags.pod278 When B<X509_V_FLAG_TRUSTED_FIRST> is set, construction of the certificate chain
289 By default, unless B<X509_V_FLAG_TRUSTED_FIRST> is set, when building a
294 As of OpenSSL 1.1.0, with B<X509_V_FLAG_TRUSTED_FIRST> always set, this option
/freebsd-13-stable/crypto/openssl/crypto/x509/
HDx509_vpm.c479 X509_V_FLAG_TRUSTED_FIRST, /* flags */
HDx509_vfy.c2990 if (search == 0 || ctx->param->flags & X509_V_FLAG_TRUSTED_FIRST) in build_chain()
/freebsd-13-stable/crypto/openssl/apps/
HDopt.c581 X509_VERIFY_PARAM_set_flags(vpm, X509_V_FLAG_TRUSTED_FIRST); in opt_verify()
/freebsd-13-stable/crypto/openssl/include/openssl/
HDx509_vfy.h226 # define X509_V_FLAG_TRUSTED_FIRST 0x8000 macro
/freebsd-13-stable/contrib/sendmail/src/
HDtls.c1193 X509_STORE_set_flags(store, X509_V_FLAG_TRUSTED_FIRST);
HDsendmail.h177 #if _FFR_VRFY_TRUSTED_FIRST && !defined(X509_V_FLAG_TRUSTED_FIRST)
HDconf.c6903 # if defined(X509_V_FLAG_TRUSTED_FIRST)