blackdoor / jose

Extensible JOSE library for Scala
https://blackdoor.github.io/jose
The Unlicense
15 stars 5 forks source link

RSA signature support #5

Open nrktkt opened 6 years ago

nrktkt commented 6 years ago

should be easy to support all the variants since they only vary in hash size but use the same keys

after completing, open a PR to https://github.com/jsonwebtoken/jsonwebtoken.github.io/blob/master/views/website/libraries/15-Scala.json to indicate RSA support has been added

tclostio commented 6 years ago

Giving this one a whack.

nrktkt commented 3 years ago

This is now implemented for verification, but still needs signing to be implemented in https://github.com/blackdoor/jose/blob/master/jose/src/black/door/jose/jwa/RSAlg.scala. Which makes it a very well contained feature to add.