Dan Burkert has submitted this change and it was merged. Change subject: Move SSLFactory and SSLSocket to the security module ......................................................................
Move SSLFactory and SSLSocket to the security module Soon these classes will rely on the security module, so to avoid cyclic dependencies they must be moved. Change-Id: I100966cfd51435e2954459fce79baa7cf6da4dcb Reviewed-on: http://gerrit.cloudera.org:8080/5703 Reviewed-by: Alexey Serbin <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/rpc/CMakeLists.txt M src/kudu/rpc/connection.cc M src/kudu/rpc/messenger.cc M src/kudu/rpc/reactor.cc M src/kudu/security/CMakeLists.txt R src/kudu/security/ssl_factory.cc R src/kudu/security/ssl_factory.h R src/kudu/security/ssl_socket.cc R src/kudu/security/ssl_socket.h R src/kudu/security/x509_check_host.cc R src/kudu/security/x509_check_host.h M src/kudu/util/CMakeLists.txt M src/kudu/util/net/net_util-test.cc 13 files changed, 47 insertions(+), 44 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/5703 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I100966cfd51435e2954459fce79baa7cf6da4dcb Gerrit-PatchSet: 7 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Dan Burkert <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Tidy Bot Gerrit-Reviewer: Todd Lipcon <[email protected]>
