Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/x509/
H A Dx509_vfy.h248 #define X509_V_FLAG_PARTIAL_CHAIN 0x80000 macro
H A Dx509_vfy.c891 if (ctx->param->flags & X509_V_FLAG_PARTIAL_CHAIN) { in x509_vfy_check_trust()
1803 if (ctx->param->flags & X509_V_FLAG_PARTIAL_CHAIN) { in x509_vfy_internal_verify()
H A Dx509_verify.c1113 if (ctx->xsc->param->flags & X509_V_FLAG_PARTIAL_CHAIN) in x509_verify()
/openbsd/usr.sbin/rpki-client/
H A Dvalidate.c296 * certificate as a trusted root by virtue of X509_V_FLAG_PARTIAL_CHAIN. The
402 flags |= X509_V_FLAG_PARTIAL_CHAIN; in valid_x509()
/openbsd/sbin/iked/
H A Dca.c1905 X509_STORE_CTX_set_flags(csc, X509_V_FLAG_PARTIAL_CHAIN); in ca_validate_cert()