C2SP/x509-limbo

Provide test cases as PKCS #7 alongside JSON

Open

#513 geöffnet am 13. Nov. 2025

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (13 Forks)github user discovery
good first issuehelp wanted

Repository-Metriken

Stars
 (64 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 3T 10h) (9 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide