Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Jan : Re: SSL
| Subject: | Re: SSL |
| Posted by: | "D-Fan" (d-fan@antispam.com) |
| Date: | Thu, 24 Jan 2008 23:10:43 |
Remy Lebeau (TeamB) wrote:
> "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
>
>
The winsock api. We need to understand the client and server side setup
beyond generating the keys. Can we assign our own port, how do we setup
SSL, what is the impact on our existing data stream process?