THRIFT-2347 C# TLS Transport based on THRIFT-181
authorJens Geyer <jensg@apache.org>
Tue, 22 Apr 2014 20:52:43 +0000 (22:52 +0200)
committerJens Geyer <jensg@apache.org>
Tue, 22 Apr 2014 20:52:43 +0000 (22:52 +0200)
commitc1d7943a7ed78fb434eaa90feb1a3a17b446fc97
tree631c840871bee40ed6f15d78402466c34e58ab7f
parent7201c0d38ffb1505fdddcc9b65b16621f7e493c3
THRIFT-2347 C# TLS Transport based on THRIFT-181
Client: C#
Patch: Beat Käslin

This closes #104

commit 21c33abd59a2333c48722933c6894d8ed145e638
 Author: Beat Kaeslin <beat.kaeslin@siemens.com>
 Date: 2014-04-16T14:07:58Z

Add TLS transport for C#

commit 60a0baa1797b0ef0ea6f8c21e5b81a78cdfcdf16
 Author: Beat Kaeslin <beat.kaeslin@siemens.com>
 Date: 2014-04-17T06:23:57Z

csharp tests moved to the end
lib/csharp/Makefile.am
lib/csharp/src/Thrift.csproj
lib/csharp/src/Transport/TTLSServerSocket.cs [new file with mode: 0644]
lib/csharp/src/Transport/TTLSSocket.cs [new file with mode: 0644]
lib/csharp/test/ThriftTest/TestClient.cs
lib/csharp/test/ThriftTest/TestServer.cs
lib/csharp/test/ThriftTest/maketest.sh
test/test.sh