Dan Burkert has submitted this change and it was merged. Change subject: Add openssl_util ......................................................................
Add openssl_util Also migrates the existing ssl_factory static initialization to use the new openssl_util version. Change-Id: I1fb8bc2fb4153eff7adf896e43a979783de6f4b8 Reviewed-on: http://gerrit.cloudera.org:8080/5704 Reviewed-by: Todd Lipcon <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/security/CMakeLists.txt A src/kudu/security/openssl_util.cc A src/kudu/security/openssl_util.h M src/kudu/security/ssl_factory.cc M src/kudu/security/ssl_factory.h M src/kudu/security/ssl_socket.h 6 files changed, 155 insertions(+), 41 deletions(-) Approvals: Todd Lipcon: Looks good to me, approved Alexey Serbin: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/5704 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1fb8bc2fb4153eff7adf896e43a979783de6f4b8 Gerrit-PatchSet: 8 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]>
