THRIFT-2109 Secure connections should be supported in Go
authorJens Geyer <jensg@apache.org>
Tue, 13 Aug 2013 19:34:17 +0000 (21:34 +0200)
committerJens Geyer <jensg@apache.org>
Tue, 13 Aug 2013 19:34:17 +0000 (21:34 +0200)
commit4c835951befbe5bd2fa89f9079368ed771807e6e
tree1432a238471cd32a0df2feb3ff62e0c9a59a4480
parent09b97c78de58fea61b5dc90bd56095515bdd4f02
THRIFT-2109 Secure connections should be supported in Go

Patch: Justin Judd
lib/go/thrift/ssl_server_socket.go [new file with mode: 0644]
lib/go/thrift/ssl_socket.go [new file with mode: 0644]
tutorial/go/Makefile.am
tutorial/go/server.crt [new file with mode: 0644]
tutorial/go/server.key [new file with mode: 0644]
tutorial/go/src/client.go
tutorial/go/src/main.go
tutorial/go/src/server.go