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

Probabilistic Signature Scheme for RSA key signing #75

Closed
pkarman opened this issue Oct 4, 2016 · 2 comments · Fixed by #169
Closed

Probabilistic Signature Scheme for RSA key signing #75

pkarman opened this issue Oct 4, 2016 · 2 comments · Fixed by #169

Comments

@pkarman
Copy link

pkarman commented Oct 4, 2016

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.

@rhenium
Copy link
Member

rhenium commented Oct 6, 2016

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.

@nov
Copy link

nov commented Nov 9, 2017

+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)
https://nat.sakimura.org/2017/11/09/1370/

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

Successfully merging a pull request may close this issue.

3 participants