w3c / vc-di-ecdsa-test-suite

Interoperability Test Suite for Data Integrity Ecdsa Signatures.
https://w3c.github.io/vc-di-ecdsa-test-suite/
BSD 3-Clause "New" or "Revised" License
5 stars 6 forks source link

Use local issuer for verifier tests #44

Closed aljones15 closed 6 months ago

aljones15 commented 6 months ago

This removes calls on a remote issuer to generate test data for the verification tests. The local issuer is also VC 2.0 compatible This makes it possible for local testers to run the verification tests with out having to configure the tests to use their own local issuer for test data.

aljones15 commented 6 months ago

@BigBlueHat @Wind4Greg marking this ready for review, this should make the verifier tests run better locally for you @Wind4Greg BTW this PR does use the keys from the di-ecdsa test vectors.

aljones15 commented 6 months ago

@TallTed thanks for the clarifications and improvements these PRs are a bit rushed so I really appreciate the help here.