decentralized-identity / jwt-vc-presentation-profile

https://identity.foundation/jwt-vc-presentation-profile/
Apache License 2.0
15 stars 15 forks source link

Add support for P-256/P-384 cryptographic signatures #66

Closed troyronda closed 1 year ago

troyronda commented 1 year ago

The profile currently supports the following cryptographic signatures:

It seems that some managed cloud HSMs lack support for Ed25519 and the secp256k1 curve is not always acceptable (when NIST approved crypto is required).

To cover those use cases, the profile should also allow the NIST P-256/P-384 curves.