This is an automated email from the ASF dual-hosted git repository.
Jens-G pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from ef3ac7683 Store a wire-supplied map key as an own member in generated
JavaScript Client: js,nodejs,ts
add d2fb1c72c Let IO::Socket::SSL apply its own verification defaults in
the Perl client Client: perl
add d6782a879 Check the server host name whatever protocol the Python
client asks for Client: py
No new revisions were added by this update.
Summary of changes:
lib/perl/README.md | 24 ++++++
lib/perl/lib/Thrift/SSLSocket.pm | 20 ++++-
lib/perl/t/Makefile.am | 2 +-
lib/perl/t/ssl_verify.t | 157 +++++++++++++++++++++++++++++++++++++
lib/py/README.md | 25 ++++++
lib/py/src/transport/TSSLSocket.py | 19 +++++
lib/py/src/transport/sslcompat.py | 60 +++++++++++++-
lib/py/test/test_sslsocket.py | 84 ++++++++++++++++++++
8 files changed, 385 insertions(+), 6 deletions(-)
create mode 100644 lib/perl/t/ssl_verify.t