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

Support for RSASSA-PSS signing algorithm #92

Closed
kanru opened this issue Jun 5, 2019 · 1 comment
Closed

Support for RSASSA-PSS signing algorithm #92

kanru opened this issue Jun 5, 2019 · 1 comment

Comments

@kanru
Copy link
Contributor

kanru commented Jun 5, 2019

As specified in https://tools.ietf.org/html/rfc7518#section-3.5

  • PS256 - RSASSA-PSS using SHA-256 hash algorithm
  • PS384 - RSASSA-PSS using SHA-384 hash algorithm
  • PS512 - RSASSA-PSS using SHA-512 hash algorithm

The RSASSA-PSS signature verification algorithm is supported by ring

@Keats
Copy link
Owner

Keats commented Jan 29, 2020

Released in v7

@Keats Keats closed this as completed Jan 29, 2020
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

No branches or pull requests

2 participants