THRIFT-151. cpp: TSSLServerSocket and TSSLSocket implementation
authorBryan Duxbury <bryanduxbury@apache.org>
Tue, 22 Feb 2011 18:12:06 +0000 (18:12 +0000)
committerBryan Duxbury <bryanduxbury@apache.org>
Tue, 22 Feb 2011 18:12:06 +0000 (18:12 +0000)
commitcd9aea1136d9a51b2ce53a3de5da09359c9756e2
tree489e9b3c4fd6b5fff28b5007983f752f5ed15306
parentcd2ee9ae6ea85335b4c9c3db3a421f27f583f417
THRIFT-151. cpp: TSSLServerSocket and TSSLSocket implementation

This patch adds an implementation of the above ssl sockets.

Patch: Ping Li, Kevin Worth, Rowan Kerr

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1073441 13f79535-47bb-0310-9956-ffa450edef68
README.SSL [new file with mode: 0644]
lib/cpp/Makefile.am
lib/cpp/src/transport/TSSLServerSocket.cpp [new file with mode: 0644]
lib/cpp/src/transport/TSSLServerSocket.h [new file with mode: 0644]
lib/cpp/src/transport/TSSLSocket.cpp [new file with mode: 0644]
lib/cpp/src/transport/TSSLSocket.h [new file with mode: 0644]
lib/cpp/src/transport/TServerSocket.cpp
lib/cpp/src/transport/TServerSocket.h
lib/cpp/src/transport/TSocket.h
test/cpp/src/TestClient.cpp
test/cpp/src/TestServer.cpp