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

Update proof value test title #65

Closed aljones15 closed 5 months ago

aljones15 commented 5 months ago

Adds 2 new tests that assertion on the signature in proof.proofValue

new test title:

the signature value (proofValue) MUST be expressed according ' +
            'to section 7 of [RFC4754] (sometimes referred to as the IEEE ' +
            'P1363 format) and encoded according to the specific cryptosuite ' +
            'proof generation algorithm.

When generating ECDSA signatures, the signature value MUST be expressed according to section 7 of [[RFC4754](https://w3c.github.io/vc-di-ecdsa/#bib-rfc4754)](sometimes referred to as the IEEE P1363 format) and encoded according to the specific cryptosuite proof generation algorithm.

aljones15 commented 5 months ago

this only covers the issuer side not the verifier side of this statement.