Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DX509_VERIFY_PARAM_set_flags.pod277 When B<X509_V_FLAG_TRUSTED_FIRST> is set, construction of the certificate chain
288 By default, unless B<X509_V_FLAG_TRUSTED_FIRST> is set, when building a
293 As of OpenSSL 1.1.0, with B<X509_V_FLAG_TRUSTED_FIRST> always set, this option
/third_party/openssl/crypto/x509/
Dx509_vpm.c479 X509_V_FLAG_TRUSTED_FIRST, /* flags */
Dx509_vfy.c2962 if (search == 0 || ctx->param->flags & X509_V_FLAG_TRUSTED_FIRST) in build_chain()
/third_party/openssl/apps/
Dopt.c581 X509_VERIFY_PARAM_set_flags(vpm, X509_V_FLAG_TRUSTED_FIRST); in opt_verify()
/third_party/openssl/include/openssl/
Dx509_vfy.h226 # define X509_V_FLAG_TRUSTED_FIRST 0x8000 macro
/third_party/boringssl/src/include/openssl/
Dx509_vfy.h408 #define X509_V_FLAG_TRUSTED_FIRST 0x8000 macro
/third_party/boringssl/src/crypto/x509/
Dx509_vfy.c273 if (ctx->param->flags & X509_V_FLAG_TRUSTED_FIRST) { in X509_verify_cert()
410 && !(ctx->param->flags & X509_V_FLAG_TRUSTED_FIRST) in X509_verify_cert()
/third_party/python/Modules/
D_ssl.c3272 #ifdef X509_V_FLAG_TRUSTED_FIRST in _ssl__SSLContext_impl()
3275 X509_VERIFY_PARAM_set_flags(params, X509_V_FLAG_TRUSTED_FIRST); in _ssl__SSLContext_impl()
6149 #ifdef X509_V_FLAG_TRUSTED_FIRST in PyInit__ssl()
6151 X509_V_FLAG_TRUSTED_FIRST); in PyInit__ssl()
/third_party/curl/lib/vtls/
Dopenssl.c3142 #if defined(X509_V_FLAG_TRUSTED_FIRST) in ossl_connect_step1()
3144 X509_V_FLAG_TRUSTED_FIRST); in ossl_connect_step1()
/third_party/grpc/src/core/tsi/
Dssl_transport_security.cc784 X509_V_FLAG_PARTIAL_CHAIN | X509_V_FLAG_TRUSTED_FIRST); in ssl_ctx_load_verification_certs()
/third_party/python/Misc/
DNEWS24387 - bpo-23476: In the ssl module, enable OpenSSL's X509_V_FLAG_TRUSTED_FIRST
DHISTORY667 - Issue #23476: In the ssl module, enable OpenSSL's X509_V_FLAG_TRUSTED_FIRST