Re: While generating DLL for openssl-0.9.8k(using vc++/GNUC) Getting ERROR: Please Help me. its Urgent

2009-04-17 Thread Brad House
I was trying to Generate DLL for SocketCommunication with Open SSL. For This I downloaded OpenSSL0.9.8k and tried to install in my system. I followed the steps in Readme File and found that we need to install 1) need Perl for Win32. 2) and one of the following C compilers: * Visual C++ * Bor

While generating DLL for openssl-0.9.8k(using vc++/GNUC) Getting ERROR: Please Help me. its Urgent

2009-04-17 Thread madhubodd
Hi , I was trying to Generate DLL for SocketCommunication with Open SSL. For This I downloaded OpenSSL0.9.8k and tried to install in my system. I followed the steps in Readme File and found that we need to install 1) need Perl for Win32. 2) and one of the following C compilers: * Visual C

[openssl.org #1830] [PATCH] TLS Key Material Extractor

2009-04-17 Thread Robin Seggelmann via RT
The compatibility with 1.0.0beta1 required more changes than I thought...the function tls1_PRF was modified significantly. So here's a working version of the patch: --- ssl/ssl.h 2008-12-27 03:09:23.0 +0100 +++ ssl/ssl.h 2009-04-17 11:03:58.0 +0200 @@ -1770,6 +1770,10 @@