[
https://issues.apache.org/jira/browse/THRIFT-3053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14647617#comment-14647617
]
Hudson commented on THRIFT-3053:
--------------------------------
SUCCESS: Integrated in Thrift #1629 (See
[https://builds.apache.org/job/Thrift/1629/])
THRIFT-3053: Added perl SSL Socket support, split SSLSocket and SSLServerSocket
out from their base classes, fixed THRIFT-3191 generated perl compiler
exception handling code, added perl to make cross, fixed THRIFT-3189 allowing
perl to listen on a specific interface through construction arguments. Did not
add support in the perl client SSLSocket to verify server certificate
authenticity at this time. (roger: rev f5f1b35a7d1ce819bdfdc966741399605b051c92)
* lib/perl/lib/Thrift/SSLSocket.pm
* lib/perl/lib/Thrift/Server.pm
* test/known_failures_Linux.json
* compiler/cpp/src/generate/t_perl_generator.cc
* lib/perl/lib/Thrift/Socket.pm
* test/perl/TestClient.pl
* test/perl/TestServer.pl
* lib/perl/lib/Thrift/FramedTransport.pm
* build/travis/installDependencies.sh
* lib/perl/lib/Thrift/ServerSocket.pm
* lib/perl/lib/Thrift/SSLServerSocket.pm
* test/tests.json
* lib/perl/lib/Thrift.pm
* lib/perl/README.md
> Perl SSL Socket Support (Encryption)
> ------------------------------------
>
> Key: THRIFT-3053
> URL: https://issues.apache.org/jira/browse/THRIFT-3053
> Project: Thrift
> Issue Type: Improvement
> Components: Perl - Library
> Affects Versions: 0.8, 0.9, 0.9.1, 0.9.2
> Reporter: James E. King, III
> Assignee: James E. King, III
> Labels: SSL, Security, TLS
> Fix For: 0.9.3
>
>
> Implement SSLSocket and SSLServerSocket in perl using inheritance. Split the
> socket specific stuff that is different out into overridable, private(ish)
> subroutines.
> Minimally, allow for an encrypted connection.
> Ideally, provide support in "make cross".
> Ideally, provide a test perl server for "make cross".
> Ideally, split Socket into Socket and ServerSocket for symmetry.
> The items above got done, the items below did not:
> Ideally, provide a mechanism to specify the accepted ciphers.
> Ideally, provide a mechanism to provide certificate(s) for authentication.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)