C2SP/x509-limbo

Provide test cases as PKCS #7 alongside JSON

Open

#513 建立於 2025年11月13日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)C++ (13 fork)github user discovery
good first issuehelp wanted

倉庫指標

Star
 (64 star)
PR 合併指標
 (平均合併 3天 10小時) (30 天內合併 9 個 PR)

描述

Would it be possible to make the test cases in limbo.json available as binary PKCS #7 cert chains (where it's appropriate, i.e. where the test case is certs)? What I'm thinking of is taking an entry like "pathlen::ee-with-intermediate-pathlen-0" and writing the chain to "ee-with-intermediate-pathlen-0.p7c". This would make it possible to integrate into existing test frameworks without having to write custom harness code to feed it from the JSON file, and also makes it easier to debug problems because instead of the harness reporting "thing X passed when it should have failed" and then you have to figure it out from there, the test framework can provide its own diagnostics on where the failure occurred and what it was.

貢獻者指南