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

raise ValueError if DH parameter numbers are invalid #12373

Merged
merged 2 commits into from
Jan 31, 2025

Conversation

reaperhulk
Copy link
Member

@reaperhulk reaperhulk commented Jan 31, 2025

fixes #12232

@reaperhulk reaperhulk requested a review from Copilot January 31, 2025 23:00

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

Files not reviewed (1)
  • docs/hazmat/primitives/asymmetric/dh.rst: Language not supported
alex
alex previously approved these changes Jan 31, 2025
@alex alex enabled auto-merge (squash) January 31, 2025 23:07
the DH params are checked in dh_parameters_from_numbers now
@reaperhulk reaperhulk requested a review from Copilot January 31, 2025 23:28
@alex alex removed the request for review from Copilot January 31, 2025 23:28
@reaperhulk reaperhulk requested a review from Copilot January 31, 2025 23:31

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

Files not reviewed (1)
  • docs/hazmat/primitives/asymmetric/dh.rst: Language not supported
@alex alex merged commit d20eea8 into pyca:main Jan 31, 2025
63 checks passed
@reaperhulk reaperhulk deleted the dhparams branch January 31, 2025 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Diffie-Hellman PrivKey generation fails in OpenSSL when providing q
2 participants