Hello Adar Dembo, Todd Lipcon, Alexey Serbin,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/5761
to review the following change.
Change subject: TLS-negotiation [7/n]: Add TLS helper classes for handling
tunneled TLS handshakes
......................................................................
TLS-negotiation [7/n]: Add TLS helper classes for handling tunneled TLS
handshakes
The new TLS negotiation protocol calls for tunneling the TLS handshake
through negotiation protobufs. The existing SSL socket helper classes
were not built with this in mind. This commit introduces new helpers,
largely based off the existing versions. A followup commit will switch
KRPC to use the new classes and remove the old.
Change-Id: I6776dbdc488eee56f7273cdd8bcd2b2b8c1ffa04
---
M src/kudu/security/CMakeLists.txt
M src/kudu/security/openssl_util.cc
M src/kudu/security/openssl_util.h
M src/kudu/security/ssl_factory.h
A src/kudu/security/tls_context.cc
A src/kudu/security/tls_context.h
A src/kudu/security/tls_handshake-test.cc
A src/kudu/security/tls_handshake.cc
A src/kudu/security/tls_handshake.h
A src/kudu/security/tls_socket.cc
A src/kudu/security/tls_socket.h
11 files changed, 691 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/61/5761/1
--
To view, visit http://gerrit.cloudera.org:8080/5761
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6776dbdc488eee56f7273cdd8bcd2b2b8c1ffa04
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Dan Burkert <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Todd Lipcon <[email protected]>