Download OpenSSL for windows

openssl-for-windows,host on google code,is an clean and lightweight OpenSSL library for windows(both 32bit and x64 version).

all versions are compiled in the assembly language routines with Microsoft Visual Studio 2005 and Microsoft MASM as “Multithreaded(/MT)”,you can using it with any version of MSVC.

Download openssl for windows

files included in this library are listed below:

|bin (libeay32.dll, ssleay32.dll,openssl.exe)
|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:)

Related posts:

TAGS: , , , , , ,


64 Comments »

« Previous7654321Next »
Chris On January 12th, 2010 at 11:35 pm (#)

Ok can these be used with a 32bit app (but on 64 bit windows platform)?
trying to use these with ftprush a ftp application but says unable to load ssl dll, however when using 32bit openssl it works.

Moved OpenSSL for windows to google code : DEAN LEE:/DEV/BLOG On July 23rd, 2009 at 6:44 pm (#)

[...] to the bandwidth limitation and the lack of issue tracking system,I have moved OpenSSL for windows to google code: [...]

Peter On July 2nd, 2009 at 5:58 pm (#)

Hello

Could You tell me, what type of font do you use in your site? It’s beautiful.

Thanks.

Neustradamus On June 3rd, 2009 at 9:34 am (#)

Hello,

Can you update for the last OpenSSL 0.9.8k ?

Regards.

Ahmed Dini On May 4th, 2009 at 2:41 am (#)

unable to load config info
from /usr/local/ssl/openssl.cnf.

Solution:
hello Mahdi, I know it’s been long time since you posted that message, but if anyone else out time is caught up in the same situation, just use the relative url of the openssl.cnf file. for example

1. go into the ‘bin’ folder where the openssl.exe file is.
2. type something like.
openssl req -config ..\openssl.cnf and then the rest code.
hope that helps

Francesco On April 24th, 2009 at 12:25 am (#)

Hi .. when use the function “PEM_write_RSAPrivateKey” Or “PEM_write_RSAPublicKey” in my program with your library the program go in scrash!! Do you know why?

Francesco On April 23rd, 2009 at 11:28 pm (#)

Hi, I need to use the RSA algoritm in VB6 application. Do you can suggest the good way for use the openssl ?

下载用于windows的OpenSSL |     理处言语然自 On March 23rd, 2009 at 7:51 pm (#)

[...] link to this page: http://www.deanlee.cn/programming/openssl-for-windows/ [...]

darrenll On February 26th, 2009 at 1:08 pm (#)

Thanks for this Dean, it was a huge help!

Nick FX On February 11th, 2009 at 1:52 am (#)

Hi there

Thanks for a great lightweight OpenSSL implementation.

I’ve a problem with a ‘problem encountered and must close’ Windows message when decrypting.

I’ve encrypted a file fine using the -pass pass argument but when I come to decrypt using enc -d etc it just dies!

Any ideas would be very welcome.

Thanks

Nick

« Previous7654321Next »

Leave a comment


(will not be published)