It’s difficult to find OpenSSL for windows, especially for 64 bit Windows.
after doing some googling, I decideded to providing a simple installation of OpenSSL for windows. It’s easy to use . No need to compile anything, just download the files below.
these are default builds of OpenSSL and enables the symmetric cipher ‘Camellia’ (128-bit, 192-bit, 256-bit key versions), which is now available for royalty-free use.
all versions are compiled from the newest version of OpenSSL-0.9.8e, in the assembly language routines with Microsoft Visual Studio 2005 and Microsoft MASM.
Old version:
files included in the package are listed below:
|bin
libeay32.dll, ssleay32.dll,openssl.exe, msvcr80.dll(VC runtim library)
| include
|– — openssl
openssl head files
|lib
libeay32.lib,ssleay32.lib
if you find it useful, a time saver,or even just mildly interesting,then my effort was worth it.
if you have any suggestions on how to improve it, I’d love to hear it.
link to this page: http://www.deanlee.cn/programming/openssl-for-windows/
Enjoy:)