Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DX509_VERIFY_PARAM_set_flags.pod297 The B<X509_V_FLAG_PARTIAL_CHAIN> flag causes intermediate certificates in the
302 With OpenSSL 1.1.0 and later and <X509_V_FLAG_PARTIAL_CHAIN> set, chain
308 be without the B<X509_V_FLAG_PARTIAL_CHAIN> flag.
/third_party/openssl/apps/
Dopt.c593 X509_VERIFY_PARAM_set_flags(vpm, X509_V_FLAG_PARTIAL_CHAIN); in opt_verify()
/third_party/openssl/include/openssl/
Dx509_vfy.h234 # define X509_V_FLAG_PARTIAL_CHAIN 0x80000 macro
/third_party/openssl/crypto/x509/
Dx509_vfy.c819 if (ctx->param->flags & X509_V_FLAG_PARTIAL_CHAIN) in check_trust()
824 if (num_untrusted == num && ctx->param->flags & X509_V_FLAG_PARTIAL_CHAIN) { in check_trust()
1758 if (ctx->param->flags & X509_V_FLAG_PARTIAL_CHAIN) { in internal_verify()
/third_party/curl/lib/vtls/
Dopenssl.c3146 #ifdef X509_V_FLAG_PARTIAL_CHAIN in ossl_connect_step1()
3157 X509_V_FLAG_PARTIAL_CHAIN); 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/Modules/
D_ssl.c5777 #ifdef X509_V_FLAG_PARTIAL_CHAIN in sslmodule_init_constants()
5779 X509_V_FLAG_PARTIAL_CHAIN); in sslmodule_init_constants()
/third_party/python/Misc/NEWS.d/
D3.10.0b1.rst1283 Expose X509_V_FLAG_PARTIAL_CHAIN ssl flag