C2SP/x509-limbo

Provide test cases as PKCS #7 alongside JSON

Open

#513 aberto em 13 de nov. de 2025

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)C++ (13 forks)github user discovery
good first issuehelp wanted

Métricas do repositório

Stars
 (64 stars)
Métricas de merge de PR
 (Mesclagem média 3d 10h) (9 fundiu PRs em 30d)

Description

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.

Guia do colaborador