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

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

GitHub user nsuke opened a pull request:

    https://github.com/apache/thrift/pull/871

    THRIFT-3639 C# Thrift library forces TLS 1.0, thwarting TLS 1.2 usage

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nsuke/thrift THRIFT-3639

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/thrift/pull/871.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #871
    
----
commit 8940cd122c7a29426eb80fc9cd550ff02f562ea1
Author: Nobuaki Sukegawa <ns...@apache.org>
Date:   2016-02-17T14:44:27Z

    THRIFT-3639 C# Thrift library forces TLS 1.0, thwarting TLS 1.2 usage

----


> C# Thrift library forces TLS 1.0, thwarting TLS 1.2 usage
> ---------------------------------------------------------
>
>                 Key: THRIFT-3639
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3639
>             Project: Thrift
>          Issue Type: Bug
>          Components: C# - Library
>    Affects Versions: 0.9.3
>            Reporter: Cott Lang
>            Assignee: Aki Sukegawa
>            Priority: Critical
>
> TTLSSocket.cs.setupTLS() uses SslProtocols.Tls, which forces TLS 1.0.  I 
> suspect this was originally done to prevent SSLv2 from working against a 
> poorly configured server, but now prevents working against a TLS 1.2 server, 
> thus decreasing security.
> Since PCI-DSS requires removing anything less than TLS 1.2 by June, this is a 
> critical issue for those of us working in that environment.
> Thanks!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to