identity.rs icon indicating copy to clipboard operation
identity.rs copied to clipboard

Add JSON Web Signature 2020 suite

Open l1h3r opened this issue 5 years ago • 2 comments

Add a signature suite with the following properties:

  • [ ] Limited set of JOSE algorithms.
  • [ ] Normalise signed data using ~JCS~ RDF.
  • [ ] Signatures are JWS tokens with detached content.
  • [ ] Public keys are stored as JSON Web Keys (JWK).
  • [ ] Support JSON Web Signature 2020

Related to #939.

l1h3r avatar Jan 28 '21 19:01 l1h3r

During Actor development it will have to be determined if this is useful for DIDComm or not. If no reason can be found, we can close the issue.

JelleMillenaar avatar Jan 25 '22 13:01 JelleMillenaar

Changing this issue away from implementing JcsJoseSignature2021 in favour of the existing JsonWebSignature2020, which is similar apart from the canonicalisation algorithm being RDF rather than JCS. This is to better align with the larger ecosystem.

cycraig avatar Jul 28 '22 15:07 cycraig

Closing as the spec and the superseding are deprecated

eike-hass avatar Dec 11 '23 15:12 eike-hass