Searched refs:X509_V_FLAG_TRUSTED_FIRST (Results 1 – 12 of 12) sorted by relevance
/third_party/openssl/doc/man3/ |
D | X509_VERIFY_PARAM_set_flags.pod | 277 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/ |
D | x509_vpm.c | 479 X509_V_FLAG_TRUSTED_FIRST, /* flags */
|
D | x509_vfy.c | 2962 if (search == 0 || ctx->param->flags & X509_V_FLAG_TRUSTED_FIRST) in build_chain()
|
/third_party/openssl/apps/ |
D | opt.c | 581 X509_VERIFY_PARAM_set_flags(vpm, X509_V_FLAG_TRUSTED_FIRST); in opt_verify()
|
/third_party/openssl/include/openssl/ |
D | x509_vfy.h | 226 # define X509_V_FLAG_TRUSTED_FIRST 0x8000 macro
|
/third_party/boringssl/src/include/openssl/ |
D | x509_vfy.h | 408 #define X509_V_FLAG_TRUSTED_FIRST 0x8000 macro
|
/third_party/boringssl/src/crypto/x509/ |
D | x509_vfy.c | 273 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.c | 3272 #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/ |
D | openssl.c | 3142 #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/ |
D | ssl_transport_security.cc | 784 X509_V_FLAG_PARTIAL_CHAIN | X509_V_FLAG_TRUSTED_FIRST); in ssl_ctx_load_verification_certs()
|
/third_party/python/Misc/ |
D | NEWS | 24387 - bpo-23476: In the ssl module, enable OpenSSL's X509_V_FLAG_TRUSTED_FIRST
|
D | HISTORY | 667 - Issue #23476: In the ssl module, enable OpenSSL's X509_V_FLAG_TRUSTED_FIRST
|