This is an automated email from the ASF dual-hosted git repository.
alexey pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from f69a054 [TlsSocket] clear error queue in Recv on SSL_RECEIVED_SHUTDOWN
new de0e0ef [security] move SslTypeTraits<BIO>::kFreeFunc to
openssl_util.h
new bdeaa12 [security] small re-factoring on TlsHandshake
new 5966364 [security] turn off TLS session cache
new 6f4c534 [security] enhance tls_handshake test
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/kudu/rpc/client_negotiation.cc | 20 +++----
src/kudu/rpc/server_negotiation.cc | 19 ++++---
src/kudu/security/openssl_util.h | 3 ++
src/kudu/security/openssl_util_bio.h | 3 --
src/kudu/security/tls_context.cc | 44 +++++++--------
src/kudu/security/tls_context.h | 9 ++--
src/kudu/security/tls_handshake-test.cc | 95 +++++++++++++++++++++++++++++----
src/kudu/security/tls_handshake.cc | 48 +++++++++++++++--
src/kudu/security/tls_handshake.h | 29 +++++-----
src/kudu/security/tls_socket-test.cc | 8 +--
10 files changed, 193 insertions(+), 85 deletions(-)