Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/5671
to look at the new patch set (#3).
Change subject: [TLS certs management] initial commit
......................................................................
[TLS certs management] initial commit
Added code for TLS certificate management in the scope of generating
root CA and Tablet Server certificates for Kudu. The code provides
wrappers for OpenSSL functions with Kudu-specific interface.
The code is compiled into a library which Kudu's X509 CSR server
and client should be linked with (master is going to be a CSR server
and tablet server is going to be a CSR client).
Unit tests are coming in a separate changelist.
Change-Id: Ic2ce55d38f4d06172fadaaa702f4550997d9bc8f
---
M src/kudu/security/CMakeLists.txt
A src/kudu/security/ca/cert_management.cc
A src/kudu/security/ca/cert_management.h
M src/kudu/security/openssl_util.cc
4 files changed, 911 insertions(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/71/5671/3
--
To view, visit http://gerrit.cloudera.org:8080/5671
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ic2ce55d38f4d06172fadaaa702f4550997d9bc8f
Gerrit-PatchSet: 3
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Dan Burkert <[email protected]>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Mike Percy <[email protected]>
Gerrit-Reviewer: Todd Lipcon <[email protected]>