Searched refs:X509_V_FLAG_TRUSTED_FIRST (Results 1 – 9 of 9) sorted by relevance
298 When B<X509_V_FLAG_TRUSTED_FIRST> is set, which is always the case since309 By default, unless B<X509_V_FLAG_TRUSTED_FIRST> is set, when building a314 As of OpenSSL 1.1.0, with B<X509_V_FLAG_TRUSTED_FIRST> always set, this option
513 X509_V_FLAG_TRUSTED_FIRST, /* flags */
3019 if (search == 0 || (ctx->param->flags & X509_V_FLAG_TRUSTED_FIRST) != 0) in build_chain()
809 X509_VERIFY_PARAM_set_flags(vpm, X509_V_FLAG_TRUSTED_FIRST); in opt_verify()
448 # define X509_V_FLAG_TRUSTED_FIRST 0x8000 macro
351 # define X509_V_FLAG_TRUSTED_FIRST 0x8000 macro
1193 X509_STORE_set_flags(store, X509_V_FLAG_TRUSTED_FIRST);
177 #if _FFR_VRFY_TRUSTED_FIRST && !defined(X509_V_FLAG_TRUSTED_FIRST)
6903 # if defined(X509_V_FLAG_TRUSTED_FIRST)