-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ZOOKEEPER-4415: Added TLSv1.3 support to server (#1919)
* ZOOKEEPER-4415: Added TLSv1.3 support to server Enable TLSv1.3 when server is running on JDK that supports it. - Select TLSv1.3 as default protocol. - Include both TLSv1.2 and TLSv1.3 as default enabled protocols. - Include TLSv1.3 ciphers in default ciphers. Signed-off-by: Tero Saarni <tero.saarni@est.tech> * Fixed checkstyle errors Signed-off-by: Tero Saarni <tero.saarni@est.tech> --------- Signed-off-by: Tero Saarni <tero.saarni@est.tech>
- Loading branch information
Showing
4 changed files
with
71 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters