transmute-industries / verifiable-data

Open Source Decentralized Identifiers and Verifiable Credentials Infrastructure and Tooling
https://transmute-industries.github.io/verifiable-data/smoke-test-react/
Apache License 2.0
51 stars 21 forks source link

JsonWebSignature2020 RSA support #239

Closed fabrii closed 1 year ago

fabrii commented 1 year ago

Hi! I wanted to know if there are any plans to support RSA Signatures on https://github.com/transmute-industries/verifiable-data/tree/main/packages/json-web-signature

Thanks!

OR13 commented 1 year ago

There are not, but we do plan to support vc-jwt 2.0, which will support everything registered with IANA, of course its still best to move off RSA if you have the ability to.

fabrii commented 1 year ago

Unfortunately, we can't change the keys. This is the only JsonWebSignature javascript suite that I found, and it seems I cannot use RsaSignature2018 neither because of a spec bug.

If needed, would you accept PRs?

OR13 commented 1 year ago

Yes, we accept PRs.

On Wed, Jun 7, 2023, 10:45 PM Fabricio Gregorio @.***> wrote:

Unfortunately, we can't change the keys. This is the only JsonWebSignature javascript suite that I found, and it seems I cannot use RsaSignature2018 neither because of a spec bug.

If needed, would you accept PRs?

— Reply to this email directly, view it on GitHub https://github.com/transmute-industries/verifiable-data/issues/239#issuecomment-1581844920, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB7JLMDECOLVDZC7YAJ32SLXKFDG5ANCNFSM6AAAAAAY6WM4LU . You are receiving this because you commented.Message ID: @.***>

OR13 commented 1 year ago

just an FYI, the working group has decided to withdraw that work item: https://github.com/w3c/vc-jws-2020

Like many community signature schemes, it will keep working as long as the contexts resolve, but I would avoid switching to it if you can.

fabrii commented 1 year ago

Thanks! I am closing this issue