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

Use RSA-PSS for signatures in PublicKeyAuthenticator #3

Open
thack1 opened this issue Feb 22, 2017 · 1 comment
Open

Use RSA-PSS for signatures in PublicKeyAuthenticator #3

thack1 opened this issue Feb 22, 2017 · 1 comment

Comments

@thack1
Copy link
Collaborator

thack1 commented Feb 22, 2017

The signatures for authentication use RSA PKCS #1 v1.5 Padding which has no proof of security. Switch to RSA-PSS as standarized in PKCS #1 v2.1. RSA-PSS has a proof of security in the ROM.

@thack1
Copy link
Collaborator Author

thack1 commented Feb 22, 2017

Probably not provided by Java by default. Use Bouncycastle.

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

1 participant