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

RSA: updating the supported RSA modulo sizes in sigGen and sigVer modes. #1539

Open
almau opened this issue Sep 18, 2024 · 0 comments
Open

Comments

@almau
Copy link

almau commented Sep 18, 2024

Protocol Section
https://pages.nist.gov/ACVP/draft-celi-acvp-rsa.html#name-keygen-registration-table-2
https://pages.nist.gov/ACVP/draft-celi-acvp-rsa.html#name-rsa-siggen-fips186-5-capabi
https://pages.nist.gov/ACVP/draft-celi-acvp-rsa.html#name-rsa-sigver-fips186-5-capabi

Protocol Question
FIPS186-4 supports RSA modulos ranging from 2048 to 4096 for all certified modes (keyGen, sigGen, and sigVer):

  • keyGen: 2048, 3072 or 4096
  • sigGen: 2048, 3072, 4096
  • sigVer: 1024, 2048, 3072, 4096

The RSA modulo greater than 4096 is only implemented in keyGen for FIPS186-5:

  • keyGen: 2048, 3072, 4096, 6144, or 8192
  • sigGen: 2048, 3072, 4096
  • sigVer: 2048, 3072, 4096

Are you going to increase the supported modulo sizes for sigGen and sigVer modes to 6144 and 8192 bits?

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