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

Added DHE-RSA-CHACHA20-POLY1305 to default SSL Ciphers #1807

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DoctorD90
Copy link

No description provided.

@DarthGandalf
Copy link
Member

You've missed the "why?" part of the description

@@ -36,7 +36,10 @@ static CString ZNC_DefaultCipher() {
return "ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:"
"ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:"
"ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:"
"DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384";
"DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:"
Copy link
Member

Choose a reason for hiding this comment

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

So this is not a copypaste from mozilla page anymore?

Copy link
Author

Choose a reason for hiding this comment

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

Chacha20 is a good one, under certain aspects, better then AES too.
It has been implemented for ECDHE version too.
I checked a bit, but I find out no good reasons to exclude it.
It is still a "copy/paste", with just the add of Chacha20 for the DHE.

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

2 participants