I think I've been able to build SSL support into my pop3 mail client 
("JBMail") for Windows. I thought I'd share a couple things that might be 
useful for win32 software developers.

http://www.pc-tools.net/beta/jbmail/

(See the latest beta version zip file posted there). Inside:

ssltool.exe is based on the demo SSL client program from OpenSSL and can be 
used to verify that SSL DLL functions can be loaded (run-time dynamic 
linking), and also connects to a host and returns the SSL particulars.

The two DLLs were built from OpenSSL using MS VC++ and MASM. Feel free to 
use if you want. They're not 0.9.7 unfortunately.

It appears that UPX comprsesed OpenSSL DLLs work quite well :)
http://upx.sourceforge.net/


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to