Hello Kudu Jenkins,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/13684
to review the following change.
Change subject: KUDU-2871 (part 1): disable TLS 1.3.
......................................................................
KUDU-2871 (part 1): disable TLS 1.3.
This disables TLS 1.3 for our RPC negotiations, since the 1.5-RTT
optimization breaks an assumption that the server sends the last token
in the negotiation exchange.
Tested that this fixes tls_handshake-test with Ubuntu 18 and libssl
1.1.1.
Change-Id: I431a1352ce1b8cca61b60c2dafbebadb4303e08a
Reviewed-on: http://gerrit.cloudera.org:8080/13683
Reviewed-by: Alexey Serbin <[email protected]>
Tested-by: Kudu Jenkins
(cherry picked from commit efc3f372e8b9254ab6b65d1f884381016329611c)
---
M src/kudu/rpc/client_negotiation.cc
M src/kudu/security/tls_context.cc
2 files changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/84/13684/1
--
To view, visit http://gerrit.cloudera.org:8080/13684
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: branch-1.10.x
Gerrit-MessageType: newchange
Gerrit-Change-Id: I431a1352ce1b8cca61b60c2dafbebadb4303e08a
Gerrit-Change-Number: 13684
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Todd Lipcon <[email protected]>