Todd Lipcon has submitted this change and it was merged. Change subject: [rpc] add method to output TLS cipher description ......................................................................
[rpc] add method to output TLS cipher description Added TlsHandshake::GetCipherDescription() method. It's used to print information on TLS session cipher in the connection negotiation trace. In addition to the cipher's name, it outputs info on key exchange and authentication algorithms. Change-Id: Ia6f1c6a67b66fac1dacebe87e17a996af409e6d1 Reviewed-on: http://gerrit.cloudera.org:8080/7217 Tested-by: Kudu Jenkins Reviewed-by: Todd Lipcon <[email protected]> --- M src/kudu/rpc/client_negotiation.cc M src/kudu/rpc/server_negotiation.cc M src/kudu/security/tls_handshake.cc M src/kudu/security/tls_handshake.h 4 files changed, 27 insertions(+), 8 deletions(-) Approvals: Todd Lipcon: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/7217 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia6f1c6a67b66fac1dacebe87e17a996af409e6d1 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: Todd Lipcon <[email protected]>
