Hello Dan Burkert,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/5692
to review the following change.
Change subject: rpc: allow using encrypted private key for SSL
......................................................................
rpc: allow using encrypted private key for SSL
* Adds a new flag for a "password command" for the RPC private key
* Consolidates the test keys used for the webserver and for RPC code to
use the same key material. I used the one from the RPC test code,
since that one had a 'CN' attribute whereas the webserver one did not.
Change-Id: Iedf60251d9212c0c135db00902c00119c9d8849c
---
M src/kudu/rpc/CMakeLists.txt
M src/kudu/rpc/messenger.cc
M src/kudu/rpc/rpc-test-base.h
M src/kudu/security/CMakeLists.txt
M src/kudu/security/test/test_certs.cc
A src/kudu/security/util.cc
A src/kudu/security/util.h
M src/kudu/server/webserver.cc
M src/kudu/server/webserver_options.cc
M src/kudu/util/curl_util.cc
M src/kudu/util/net/ssl_factory.cc
M src/kudu/util/net/ssl_factory.h
12 files changed, 208 insertions(+), 152 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/92/5692/1
--
To view, visit http://gerrit.cloudera.org:8080/5692
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iedf60251d9212c0c135db00902c00119c9d8849c
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Dan Burkert <[email protected]>