Re: SSL C++ Sample Code

From: vipin (vipin_at_nospam.com)
Date: 03/01/05


Date: Tue, 1 Mar 2005 11:00:09 -0800

you should be ableto write ssl code using the crypto api

"Mick" <Mick@discussions.microsoft.com> wrote in message
news:851CC087-EBBD-4B1A-BA1C-4D64450EBF1D@microsoft.com...
> Does anyone know where I can find a decent C++ sample that uses SSL and
> Winsock for secure client/server socket communications?
>
> I've found several secure socket samples, but they all use .Net or MFC or
> something else that makes them a pain.
>
> I think all I really need is to know is how to setup a listener socket,
> and
> how to connect to that listener.
>
>



Relevant Pages

  • SSL C++ Sample Code
    ... Winsock for secure client/server socket communications? ... I've found several secure socket samples, but they all use .Net or MFC or ... I think all I really need is to know is how to setup a listener socket, ...
    (microsoft.public.win32.programmer.networks)
  • Re: SSL C++ Sample Code
    ... > Winsock for secure client/server socket communications? ... > I think all I really need is to know is how to setup a listener socket, ...
    (microsoft.public.win32.programmer.networks)
  • Re: Socket.BeginSendTo and Socket.BeginSendFrom on a single Socket instance from multiple threads
    ... This is a TCP Server, which is somewhat different from UDP protocol. ... It then will return a new socket which will handle the data send/recv. ... As for the listener socket, ...
    (microsoft.public.dotnet.framework)
  • Re: BeginAccept callback problem
    ... The listener socket can be ... will dispose itself 'in silence', ... you close the listener socket. ... protected override void Dispose ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Gracefully disconnecting a TCP server
    ... >> listener socket should not have any data being sent or received on it so ... >> is not an issue on the listener socket. ... > the reasons for this has to be the ThreadPool which is used by the async ... Since the ThreadPool is per process, ...
    (microsoft.public.dotnet.languages.csharp)