Skip to content

Conversation

alex
Copy link
Member

@alex alex commented Aug 8, 2025

fixes #13050

@alex alex force-pushed the dh-nonsense branch 4 times, most recently from 0e67073 to 68fd1a6 Compare August 8, 2025 15:36
@@ -1355,6 +1355,15 @@ def test_pem_encryption_short_iv(self):
with pytest.raises(ValueError):
load_pem_private_key(data, password=b"password")

def test_dh_key_too_small_modulus_raises_value_error(self):
Copy link
Member

Choose a reason for hiding this comment

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

What does this test do that the revised test_load_256bit_key_from_pkcs8 does not?

Copy link
Member Author

Choose a reason for hiding this comment

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

not especially, will remove

@reaperhulk reaperhulk enabled auto-merge (squash) August 8, 2025 21:58
@reaperhulk reaperhulk merged commit ae77ec2 into pyca:main Aug 8, 2025
68 checks passed
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.

Internal openssl error with too small DH key
2 participants