Home
last modified time | relevance | path

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

/external/python/cpython3/Misc/NEWS.d/
D3.5.0a2.rst47 In the ssl module, enable OpenSSL's X509_V_FLAG_TRUSTED_FIRST flag on
/external/boringssl/src/include/openssl/
Dx509_vfy.h406 #define X509_V_FLAG_TRUSTED_FIRST 0x8000 macro
/external/python/cpython2/Modules/
D_ssl.c2268 #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()
/external/boringssl/src/crypto/x509/
Dx509_vfy.c272 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()
/external/python/cpython3/Modules/
D_ssl.c3111 #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()
/external/python/cpython2/Misc/NEWS.d/
D2.7.10rc1.rst349 In the ssl module, enable OpenSSL's X509_V_FLAG_TRUSTED_FIRST flag on
/external/curl/lib/vtls/
Dopenssl.c2662 #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()
/external/python/cpython3/Misc/
DHISTORY667 - Issue #23476: In the ssl module, enable OpenSSL's X509_V_FLAG_TRUSTED_FIRST