Searched refs:X509_V_FLAG_PARTIAL_CHAIN (Results 1 – 8 of 8) sorted by relevance
297 The B<X509_V_FLAG_PARTIAL_CHAIN> flag causes intermediate certificates in the302 With OpenSSL 1.1.0 and later and <X509_V_FLAG_PARTIAL_CHAIN> set, chain308 be without the B<X509_V_FLAG_PARTIAL_CHAIN> flag.
593 X509_VERIFY_PARAM_set_flags(vpm, X509_V_FLAG_PARTIAL_CHAIN); in opt_verify()
234 # define X509_V_FLAG_PARTIAL_CHAIN 0x80000 macro
819 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()
3146 #ifdef X509_V_FLAG_PARTIAL_CHAIN in ossl_connect_step1()3157 X509_V_FLAG_PARTIAL_CHAIN); in ossl_connect_step1()
784 X509_V_FLAG_PARTIAL_CHAIN | X509_V_FLAG_TRUSTED_FIRST); in ssl_ctx_load_verification_certs()
5777 #ifdef X509_V_FLAG_PARTIAL_CHAIN in sslmodule_init_constants()5779 X509_V_FLAG_PARTIAL_CHAIN); in sslmodule_init_constants()
1283 Expose X509_V_FLAG_PARTIAL_CHAIN ssl flag