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

SSL updates #2575

Merged
merged 1 commit into from
Dec 4, 2023
Merged

SSL updates #2575

merged 1 commit into from
Dec 4, 2023

Conversation

ctrlaltca
Copy link
Contributor

This PR includes some updates to SSL:

  • disable old protocols SSLv2, SSLv3, TLS 1.0 and TLS 1.1.
  • disable some unsecure features on old OpenSSL version
  • fix the use of ADH for DCC with recent openssl
  • permit the use of anonymous DH only on DCC, not with servers
  • set the server hostname inside the hello packet to support SNI (a server with multiple certificates)

src/kvilib/net/KviSSL.cpp Show resolved Hide resolved
@ctrlaltca ctrlaltca merged commit 4b3b096 into kvirc:master Dec 4, 2023
3 checks passed
@ctrlaltca ctrlaltca deleted the ssl branch December 4, 2023 21:34
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