Searched refs:X509_V_FLAG_TRUSTED_FIRST (Results 1 – 8 of 8) sorted by relevance
47 In the ssl module, enable OpenSSL's X509_V_FLAG_TRUSTED_FIRST flag on
406 #define X509_V_FLAG_TRUSTED_FIRST 0x8000 macro
2268 #ifdef X509_V_FLAG_TRUSTED_FIRST in context_new()2273 X509_STORE_set_flags(store, X509_V_FLAG_TRUSTED_FIRST); in context_new()4277 #ifdef X509_V_FLAG_TRUSTED_FIRST in init_ssl()4279 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()
3111 #ifdef X509_V_FLAG_TRUSTED_FIRST in _ssl__SSLContext_impl()3114 X509_VERIFY_PARAM_set_flags(params, X509_V_FLAG_TRUSTED_FIRST); in _ssl__SSLContext_impl()5855 #ifdef X509_V_FLAG_TRUSTED_FIRST in PyInit__ssl()5857 X509_V_FLAG_TRUSTED_FIRST); in PyInit__ssl()
349 In the ssl module, enable OpenSSL's X509_V_FLAG_TRUSTED_FIRST flag on
2662 #if defined(X509_V_FLAG_TRUSTED_FIRST) && !defined(X509_V_FLAG_NO_ALT_CHAINS) in ossl_connect_step1()2665 X509_V_FLAG_TRUSTED_FIRST); in ossl_connect_step1()
667 - Issue #23476: In the ssl module, enable OpenSSL's X509_V_FLAG_TRUSTED_FIRST