Conversation
- oid4vci-issuer.spec.ts: Tests our issuer against conformance suite
- oid4vp-verifier.spec.ts: Tests our verifier against conformance suite
- Config files for issuer/verifier conformance testing
- GitHub Actions workflow with per-profile matrix
- Makefile targets: test-conformance-{issuer,verifier,wallet}
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
Adds OpenID Conformance Suite test specifications for issuer and verifier profiles, plus a CI workflow with per-profile optimization.
New files
specs/conformance/oid4vci-issuer.spec.ts: Tests our VC issuer against the conformance suite (suite acts as wallet)specs/conformance/oid4vp-verifier.spec.ts: Tests our VC verifier against the conformance suite (suite acts as wallet)configs/conformance/vci-issuer-config.json: Conformance suite config for issuer testingconfigs/conformance/vp-verifier-config.json: Conformance suite config for verifier testing.github/workflows/conformance.yml: CI workflow with matrix strategyModified files
Makefile: New targetstest-conformance-issuer,test-conformance-verifier,test-conformance-walletCompanion PR