Alexey Serbin has uploaded a new change for review. http://gerrit.cloudera.org:8080/5671
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/crypto/cert_management.cc A src/kudu/security/crypto/cert_management.h A src/kudu/security/crypto/crypto_common.cc A src/kudu/security/crypto/crypto_common.h A src/kudu/security/crypto/crypto_engine.cc A src/kudu/security/crypto/crypto_engine.h 7 files changed, 1,297 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/71/5671/1 -- To view, visit http://gerrit.cloudera.org:8080/5671 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic2ce55d38f4d06172fadaaa702f4550997d9bc8f Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Alexey Serbin <[email protected]>
