Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dx509_vfy.h392 #define X509_V_FLAG_TRUSTED_FIRST 0x8000 macro
/external/python/cpython2/Modules/
D_ssl.c2190 #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()
/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/curl/lib/vtls/
Dopenssl.c2110 #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()
/external/python/cpython2/Misc/
DNEWS1293 - Issue #23476: In the ssl module, enable OpenSSL's X509_V_FLAG_TRUSTED_FIRST