Searched refs:X509_V_FLAG_TRUSTED_FIRST (Results 1 – 8 of 8) sorted by relevance
278 When B<X509_V_FLAG_TRUSTED_FIRST> is set, construction of the certificate chain289 By default, unless B<X509_V_FLAG_TRUSTED_FIRST> is set, when building a294 As of OpenSSL 1.1.0, with B<X509_V_FLAG_TRUSTED_FIRST> always set, this option
479 X509_V_FLAG_TRUSTED_FIRST, /* flags */
2990 if (search == 0 || ctx->param->flags & X509_V_FLAG_TRUSTED_FIRST) in build_chain()
581 X509_VERIFY_PARAM_set_flags(vpm, X509_V_FLAG_TRUSTED_FIRST); in opt_verify()
226 # 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)