[ 
https://issues.apache.org/jira/browse/THRIFT-3053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14601795#comment-14601795
 ] 

ASF GitHub Bot commented on THRIFT-3053:
----------------------------------------

Github user jeking3 commented on the pull request:

    https://github.com/apache/thrift/pull/527#issuecomment-115372068
  
    The "make cross" omitted perl from the cross check, likely because of:
    checking for perl... /usr/bin/perl
    checking for perl module Bit::Vector... no
    checking for perl module Class::Accessor... no
    
    Sadly, the travis build succeeded even though it should have failed because 
perl wasn't tested.  I updated the perl deps and the perl doc (README.md) and 
we'll see if it gets things right this time around.  If not, I'll look into why 
those are failing.


> Perl SSL Socket Support
> -----------------------
>
>                 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
>
> 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)

Reply via email to