Stream Socket + SSL Class
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Before I go re-inventing the wheel, can anyone tell me if they have an SSL Stream Socket class? I already use TCP based cleartext socket communications to a server and want to enable SSL support for the same protocol going through an SSL proxy.
-
Before I go re-inventing the wheel, can anyone tell me if they have an SSL Stream Socket class? I already use TCP based cleartext socket communications to a server and want to enable SSL support for the same protocol going through an SSL proxy.
Mentalis.org (http://www.mentalis.org/soft/projects/seclib/) has a SSL Socket Class Library. It implements a SSL version of the Socket, NetworkStream, TcpClient, and TcpListener classes.