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

feat: support RSASSA-PSS signatures #132

Merged
merged 1 commit into from
Aug 2, 2021

Conversation

codedust
Copy link
Contributor

@codedust codedust commented Jul 10, 2021

This adds support for RSASSA-PSS signatures (i.e. PS256, PS384 and
PS512). With the addition of these algorithms, all algorithms supported
by the jsonwebtoken library are now supported in jwt-cli, too.

Summary

Preflight checklist

  • Code formatted with rustfmt
  • Relevant tests added
  • Any new documentation added (no additional documentation required)

@mike-engel
Copy link
Owner

Thank you for adding this @codedust! I'm very sorry for how long it's taken me to get to this, but could you resolve the new conflict when you can?

This adds support for RSASSA-PSS signatures (i.e. PS256, PS384 and
PS512). With the addition of these algorithms, all algorithms supported
by the `jsonwebtoken` library are now supported in jwt-cli, too.
@codedust
Copy link
Contributor Author

No worries. I've now updated the PR. :)

@mike-engel mike-engel merged commit 9abc048 into mike-engel:main Aug 2, 2021
@codedust codedust deleted the pr-RSASSA-PSS branch August 3, 2021 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants