forked from yugabyte/yugabyte-db
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[yugabyte#8052] Add ability to configure cipher list and cipher suites
Summary: Adds ability to specify cipher list using FLAGS_cipher_list for TLS 1.2 and below. Adds ability to specify cipher suites using FLAGS_ciphersuites for TLS 1.3. Also fixed issue with TLS 1.3, when just established connection did not read remaining data from the stream. Test Plan: ybd --gtest_filter SecureConnectionTest.CipherList ybd --gtest_filter SecureConnectionTest.CipherSuites Reviewers: rahuldesirazu, bogdan Reviewed By: bogdan Subscribers: ybase Differential Revision: https://phabricator.dev.yugabyte.com/D11426
- Loading branch information
Showing
12 changed files
with
138 additions
and
67 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
https://github.com/yugabyte/yugabyte-db-thirdparty/releases/download/v20210402083441-ee4e2e453b-centos7-linuxbrew/yugabyte-db-thirdparty-v20210402083441-ee4e2e453b-centos7-linuxbrew.tar.gz | ||
https://github.com/yugabyte/yugabyte-db-thirdparty/releases/download/v20210430144137-d7cce0d3e4-centos7-linuxbrew/yugabyte-db-thirdparty-v20210430144137-d7cce0d3e4-centos7-linuxbrew.tar.gz |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
https://github.com/yugabyte/yugabyte-db-thirdparty/releases/download/v20210402093407-ee4e2e453b-centos7-clang11/yugabyte-db-thirdparty-v20210402093407-ee4e2e453b-centos7-clang11.tar.gz | ||
https://github.com/yugabyte/yugabyte-db-thirdparty/releases/download/v20210430162751-d7cce0d3e4-centos7-clang11/yugabyte-db-thirdparty-v20210430162751-d7cce0d3e4-centos7-clang11.tar.gz |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
https://github.com/yugabyte/yugabyte-db-thirdparty/releases/download/v20210402122231-ee4e2e453b-centos7-devtoolset-8/yugabyte-db-thirdparty-v20210402122231-ee4e2e453b-centos7-devtoolset-8.tar.gz | ||
https://github.com/yugabyte/yugabyte-db-thirdparty/releases/download/v20210430144141-d7cce0d3e4-centos7-devtoolset-8/yugabyte-db-thirdparty-v20210430144141-d7cce0d3e4-centos7-devtoolset-8.tar.gz |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
https://github.com/yugabyte/yugabyte-db-thirdparty/releases/download/v20210402130708-ee4e2e453b-centos7-devtoolset-9/yugabyte-db-thirdparty-v20210402130708-ee4e2e453b-centos7-devtoolset-9.tar.gz | ||
https://github.com/yugabyte/yugabyte-db-thirdparty/releases/download/v20210430182526-d7cce0d3e4-centos7-devtoolset-9/yugabyte-db-thirdparty-v20210430182526-d7cce0d3e4-centos7-devtoolset-9.tar.gz |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
https://github.com/yugabyte/yugabyte-db-thirdparty/releases/download/v20210402050931-ee4e2e453b-macos/yugabyte-db-thirdparty-v20210402050931-ee4e2e453b-macos.tar.gz | ||
https://github.com/yugabyte/yugabyte-db-thirdparty/releases/download/v20210430144115-d7cce0d3e4-macos/yugabyte-db-thirdparty-v20210430144115-d7cce0d3e4-macos.tar.gz |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
https://github.com/yugabyte/yugabyte-db-thirdparty/releases/download/v20210402084227-ee4e2e453b-ubuntu1804-gcc7/yugabyte-db-thirdparty-v20210402084227-ee4e2e453b-ubuntu1804-gcc7.tar.gz | ||
https://github.com/yugabyte/yugabyte-db-thirdparty/releases/download/v20210430144211-d7cce0d3e4-ubuntu1804-gcc7/yugabyte-db-thirdparty-v20210430144211-d7cce0d3e4-ubuntu1804-gcc7.tar.gz |
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
Oops, something went wrong.