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

Restore a few DHE_RSA ciphers #493

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

vdukhovni
Copy link
Collaborator

With all the DHE RSA ciphers gone, it was no longer possible to make SMTP STARTTLS connections to a server wtih RSA certs and no ECDHE support, just FFDHE4096 available. This sort of thing may be rare on the web, but is not nearly as rare in other application use cases.

This PR, just adds back the ciphers, without adding them to the default set, the application stil has to explicitly choose to include ciphersuite_dhe_rsa in the mix (which I did in the DANE scanner).

If you'd prefer to not expose the list directly, and rather just include these in the default list, then tests would have to also change to enable DHE in supported groups when these ciphers are chosen...

@kazu-yamamoto kazu-yamamoto self-requested a review November 13, 2024 05:07
Copy link
Collaborator

@kazu-yamamoto kazu-yamamoto left a comment

Choose a reason for hiding this comment

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

Acceptable!

@kazu-yamamoto kazu-yamamoto merged commit ad0adfc into haskell-tls:main Nov 13, 2024
9 checks passed
@kazu-yamamoto
Copy link
Collaborator

Merged.
Thank you for your contribution!

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.

3 participants