Sailesh Mukil has uploaded a new change for review. http://gerrit.cloudera.org:8080/6555
Change subject: KUDU-1965: Allow user provided TLS certificates to work with KRPC ...................................................................... KUDU-1965: Allow user provided TLS certificates to work with KRPC This patch adds a bool in the Cert class to keep track of whether the certificate was user provided or not. If it was user provided, the Kudu specific X509 extensions are not checked for in the negotiation phase (since they most likely will not be present). Change-Id: Ica6e2bacb378553723467f0dc54a166885db1e4d --- M src/kudu/rpc/server_negotiation.cc M src/kudu/security/cert.h M src/kudu/security/tls_context.cc 3 files changed, 17 insertions(+), 6 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/55/6555/1 -- To view, visit http://gerrit.cloudera.org:8080/6555 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ica6e2bacb378553723467f0dc54a166885db1e4d Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Sailesh Mukil <[email protected]>
