[
https://issues.apache.org/jira/browse/THRIFT-3639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15152681#comment-15152681
]
Hudson commented on THRIFT-3639:
--------------------------------
SUCCESS: Integrated in Thrift-precommit #176 (See
[https://builds.apache.org/job/Thrift-precommit/176/])
THRIFT-3639 C# Thrift library forces TLS 1.0, thwarting TLS 1.2 usage (nsuke:
[https://github.com/apache/thrift/commit/474ddbd06dbf45a56dc5c85a75f7587a67ec33cc])
* lib/csharp/test/ThriftTest/TestServer.cs
* lib/csharp/src/Transport/TTLSSocket.cs
* lib/csharp/src/Transport/TTLSServerSocket.cs
* lib/csharp/test/ThriftTest/TestClient.cs
> 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
> Priority: Critical
> Fix For: 0.9.4
>
>
> 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)