-
Notifications
You must be signed in to change notification settings - Fork 167
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
Probabilistic Signature Scheme for RSA key signing #75
Comments
PSS is not (yet) supported. For the RSA-PSS version of PKey#{sign,verify} (which you seem to want), I think we can add something like OpenSSL::PKey::RSA#{sign,verify}_pss. A PR to add them is welcome! As for OpenSSL::X509::Certificate (and the like) signing, I imagine we have to introduce a new abstraction class because we wouldn't want RSA-specific code outside OpenSSL::PKey::RSA. |
+1 for PSS support. Which is going to be REQUIRED in OpenID Connect FAPI read-write security profile, which will be widely used in worldwide banking APIs. See details here (especially p.30 in the slide) |
I do not see support for this OpenSSL feature. Am I missing something? Is this on the TODO list? Happy to contribute if there is a desire for that.
The text was updated successfully, but these errors were encountered: