Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSA signature support #5

Open
nrktkt opened this issue Nov 6, 2018 · 2 comments
Open

RSA signature support #5

nrktkt opened this issue Nov 6, 2018 · 2 comments

Comments

@nrktkt
Copy link
Member

nrktkt commented Nov 6, 2018

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

@nrktkt nrktkt added JWS good first issue Good for newcomers labels Nov 6, 2018
@nrktkt nrktkt added the JWA label Dec 1, 2018
@tclostio
Copy link
Collaborator

tclostio commented Dec 2, 2018

Giving this one a whack.

@nrktkt
Copy link
Member Author

nrktkt commented Feb 12, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants