Re: SSL C++ Sample Code

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Michael K. O'Neill (mikeathon2000_at_nospam.hotmail.com)
Date: 03/01/05


Date: Mon, 28 Feb 2005 22:11:46 -0800

Try www.openssl.org

They list some open-source projects that use their library at
http://www.openssl.org/related/apps.html

Mike

"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: Final Confusions on Concurrent Server
    ... listener socket). ... would think already knows what listener sockets are mapped to what port. ... I guess the thing that is unclear to many is that the listener socket and ... But the local port is the port is the port, ...
    (bit.listserv.ibm-main)
  • 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)