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

[3.1] Use more flexible subjective limits on mod_exp. #749

Merged
merged 3 commits into from
Aug 5, 2022

Conversation

arhag
Copy link
Member

@arhag arhag commented Aug 5, 2022

A new approach to constraining the bit sizes of the arguments passed into mod_exp is taken which allows for larger bit sizes for the base and modulus arguments when the exponent is small.

This now allows for mod_exp to be used for 4096-bit RSA.

A new approach to constraining the bit sizes of the arguments passed
into mod_exp is taken which allows for larger bit sizes for the base
and modulus arguments when the exponent is small.

This now allows for mod_exp to be used for 4096-bit RSA.
@arhag arhag changed the title Use more flexible subjective limits on mod_exp. [3.1] Use more flexible subjective limits on mod_exp. Aug 5, 2022
@arhag arhag requested a review from larryk85 August 5, 2022 10:16
@arhag arhag merged commit 951f359 into release/3.1.x Aug 5, 2022
@arhag arhag deleted the arhag/GH-747-mod-exp-limits-for-3.1 branch August 5, 2022 18:02
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

Successfully merging this pull request may close these issues.

None yet

3 participants