Hi Rodfraga.
Hello, I’m from México, we have a .NET Client application, and a Server
Java Application for Webservices,
We want to implement the SSL protocol, by using the OpenSSL, so
I’m the .NET Developer but honestly I don’t have an idea how to start or
what must I do to implement this libraries using Visual Studio 2005.
I installed Win32 OpenSSL http://www.slproweb.com/products/Win32OpenSSL.html
But now, I don’t know what’s next.
If you really do not want to use the SSL support provided by the .NET
framework (never used it so do not know its good or bad sides, but I
know it is there...) you should first set up a simple unmanaged C/C++
application that sets up an SSL connection to your server application...
Use that to get to know OpenSSL and only then add code for using OpenSSL
from .NET code by doing what is needed to cross the managed/unmanaged
code boundary...
Hope this helps...
Best regards,
Jurko Gospodnetić
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager [EMAIL PROTECTED]