Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Jan : Re: SSL
| Subject: | Re: SSL |
| Posted by: | "Eugene Mayevski" (mayevs..@eldos.com) |
| Date: | Fri, 25 Jan 2008 09:36:38 |
Hello!
You wrote on Thu, 24 Jan 2008 19:48:22 -0600:
D> We have an application that uses tcp/ip to communicate between computers
D> on the internet. We establish a socket connection and then we send text
D> across the socket to the receiving PC. We want to secure this
D> communication using SSL. What is the best way to use SSL to communicate
D> between these PC's? I want to minimize the the changes to our
D> application by running external SSL scripts if possible. All of the
As you are using WinSock API, you will find SSLBlackbox the easiest to use -
it works as a layer between winsock and your socket code.
See http://www.eldos.com/sbb/delphi-ssl.php - the comprehensive component suite for
network security
none