How to compile OpenSSL:
- uninstall Windows → Control Panel (→ Programs ) → Programs and Features → Microsoft Visual C++ 2010 Redistributable
- install Microsoft Windows SDK for Windows 7 and .NET Framework 4 (alternative source)
- install ActivePerl
- download the source of OpenSSL (for example 1.0.0g)
- unzip and untar with 7-Zip
- apply the patch below
- open: Windows SDK 7.1 Command Prompt
SetEnv /Release /x86 /xp
cd C:\openssl-1.0.0g
perl Configure VC-WIN32 --prefix=C:\openssl32
ms\do_ms
nmake -f ms\ntdll.mak install
The resulting binaries are located in C:\openssl32\bin
which require Microsoft Visual C++ 2010 Redistributable Package (x86).
Thanks goes to 1, 2, 3, 4.
Name Last modified Size Description
Parent Directory -
ssleay32.dll 2014-11-03 17:06 233K
treat_ssl3_as_tls.patch 2014-11-03 17:06 280
libeay DLL
libeay32.dll got removed, because it is not required anymore.
As of today, all you need is ssleay32.dll …