Posts Tagged ‘openssl’


Moved OpenSSL for windows to google code

Due to the bandwidth limitation and the lack of issue tracking system,I have moved OpenSSL for windows to google code: http://code.google.com/p/openssl-for-windows/

if you have any questions/issues,please submit an issue at http://code.google.com/p/openssl-for-windows/issues/list

July 24th, 2009 in Programming | 3 comments


Compiler warning C4022 when building OpenSSL 0.9.8e On Windows

I got the following compiler error when building OpenSSL-0.9.8e in Windows environments with Visual studio 2005:

.\apps\enc.c(380) : error C2220: warning treated as error – no ‘object’ file generated
.\apps\enc.c(380) : warning C4022: ‘BIO_ctrl’ : pointer mismatch for actual parameter 4

Continue Reading...

August 25th, 2007 in Programming, Windows | 3 comments


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.

Continue Reading...

October 3rd, 2006 in Programming | 66 comments