Searched refs:X509_V_FLAG_TRUSTED_FIRST (Results 1 – 5 of 5) sorted by relevance
392 #define X509_V_FLAG_TRUSTED_FIRST 0x8000 macro
2190 #ifdef X509_V_FLAG_TRUSTED_FIRST in context_new()2195 X509_STORE_set_flags(store, X509_V_FLAG_TRUSTED_FIRST); in context_new()4189 #ifdef X509_V_FLAG_TRUSTED_FIRST in init_ssl()4191 X509_V_FLAG_TRUSTED_FIRST); in init_ssl()
272 if (ctx->param->flags & X509_V_FLAG_TRUSTED_FIRST) { in X509_verify_cert()409 && !(ctx->param->flags & X509_V_FLAG_TRUSTED_FIRST) in X509_verify_cert()
2110 #if defined(X509_V_FLAG_TRUSTED_FIRST) && !defined(X509_V_FLAG_NO_ALT_CHAINS) in ossl_connect_step1()2113 X509_V_FLAG_TRUSTED_FIRST); in ossl_connect_step1()
1293 - Issue #23476: In the ssl module, enable OpenSSL's X509_V_FLAG_TRUSTED_FIRST