Re: SSL?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi,

"Tim Ward" <tw2@xxxxxxxxxxxx> schrieb im Newsbeitrag
news:4f5aakF1h6igeU1@xxxxxxxxxxxxxxxxx
OK, this has got to be a stupid question with an obvious answer, but I
can't
find it ...

I want to do some SSL/TLS programming using Visual Studio .NET 2002, *not*
using .NET managed code (actually I don't much care if it's in an MFC
context or just raw Win32).

Where do I start looking for the documentation on the APIs I'm going to
need??


if you look at http://www.codeproject.com you will find an SSL socket class.
The problem with this class is, that it is realy buggy. If I where you I
would use
the openssl library instead.

Regards
Martin


.