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 key loading: p and q were swapped #84

Merged
merged 2 commits into from
Jul 26, 2020
Merged

RSA key loading: p and q were swapped #84

merged 2 commits into from
Jul 26, 2020

Conversation

ploxiln
Copy link
Owner

@ploxiln ploxiln commented Jul 21, 2020

This currently works, because OpenSSL simply re-computes iqmp when
it doesn't match the p & q values. However a future pyca/cryptography
patch enforces this.

port of paramiko#1723

alex and others added 2 commits July 26, 2020 16:04
This currently works, because OpenSSL simply re-computes iqmp when
it doesn't match the p & q values. However a future pyca/cryptography
patch enforces this.
@ploxiln ploxiln merged commit ade8d23 into master Jul 26, 2020
@ploxiln ploxiln deleted the fix_rsa_p_q branch December 20, 2020 03:12
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.

2 participants