Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Jan : Re: SSL
| Subject: | Re: SSL |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Thu, 24 Jan 2008 19:57:09 |
"D-Fan" <D-Fan@antispam.com> wrote in message
news:47993fe9$1@newsgroups.borland.com...
> We have an application that uses tcp/ip to communicate between
> computers on the internet. We establish a socket connection and
> then we send text across the socket to the receiving PC. We want
> to secure this communication using SSL. What is the best way to
> use SSL to communicate between these PC's?
That depends on what you are using for your TCP coding to begin with. Are
you using straight winsock API function calls, or are you using a
third-party wrapper library/component?
Gambit