Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/fuzz/
H A Dx509.c86 X509_VERIFY_PARAM_set_flags(param, X509_V_FLAG_PARTIAL_CHAIN); in FuzzerTestOneInput()
/freebsd/crypto/openssl/doc/man3/
H A DX509_VERIFY_PARAM_set_flags.pod317 The B<X509_V_FLAG_PARTIAL_CHAIN> flag causes non-self-signed certificates in the
322 With OpenSSL 1.1.0 and later and B<X509_V_FLAG_PARTIAL_CHAIN> set, chain
328 be without the B<X509_V_FLAG_PARTIAL_CHAIN> flag.
H A DX509_STORE_CTX_get_error.pod115 to terminate the chain the B<X509_V_FLAG_PARTIAL_CHAIN> flag may be set.
213 and it is not self-signed and the B<X509_V_FLAG_PARTIAL_CHAIN> flag is not set.
H A DOCSP_resp_find_status.pod129 For more details, see the description of B<X509_V_FLAG_PARTIAL_CHAIN>
/freebsd/crypto/openssl/crypto/ocsp/
H A Docsp_vfy.c49 X509_VERIFY_PARAM_set_flags(vp, X509_V_FLAG_PARTIAL_CHAIN); in ocsp_verify_signer()
/freebsd/crypto/openssl/test/
H A Dcmp_vfy_test.c230 X509_VERIFY_PARAM_set_flags(vpm, X509_V_FLAG_PARTIAL_CHAIN); in test_validate_msg_signature_partial_chain()
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_client.c511 | X509_V_FLAG_PARTIAL_CHAIN in OSSL_CMP_certConf_cb()
/freebsd/crypto/openssl/apps/lib/
H A Dopt.c821 X509_VERIFY_PARAM_set_flags(vpm, X509_V_FLAG_PARTIAL_CHAIN); in opt_verify()
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_vfy.c850 if ((ctx->param->flags & X509_V_FLAG_PARTIAL_CHAIN) != 0) in check_trust()
856 && (ctx->param->flags & X509_V_FLAG_PARTIAL_CHAIN) != 0) { in check_trust()
1759 && ((ctx->param->flags & X509_V_FLAG_PARTIAL_CHAIN) == 0)) { in internal_verify()
/freebsd/crypto/openssl/include/openssl/
H A Dx509_vfy.h456 # define X509_V_FLAG_PARTIAL_CHAIN 0x80000 macro
H A Dx509_vfy.h.in359 # define X509_V_FLAG_PARTIAL_CHAIN 0x80000 macro
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-verification-options.pod97 (which corresponds to the B<X509_V_FLAG_PARTIAL_CHAIN> flag being set).
/freebsd/crypto/openssl/apps/
H A Dcmp.c1315 | X509_V_FLAG_PARTIAL_CHAIN in setup_ssl_ctx()