sigmoid

..oo..oo..oo..oo..oo..oo..

Browsing Posts in software

I just compiled the OpenSSL v1.0.1p for all popular MSVC compilers, including MSVC 2015. You can download it (+ the scripts to build it yourself) in the Precompiled OpenSSL page. I basically ported the code from 1.0.2d that fixes a bug that prevents 1.0.1p to be compiled with MSVC 2015. For reference see my bug […]

I just compiled the OpenSSL v1.0.2d with MSVC 2015. You can download it (+ the scripts to build it yourself) in the Precompiled OpenSSL page. I have also tried building OpenSSL v1.0.1p for MSVC 2015, but the static builds fail, so I decided against posting an incomplete set. 0

It has been a few years now that I have been building a few popular libraries and posting them here, mainly as my own backup and personal use, but also for others to use. Some of these libraries I don’t use anymore myself, but I realize that there are people out there that appreciate my […]

Very swiftly this time around I compiled the OpenSSL v1.0.2d with Visual Studio. Download at my Precompiled OpenSSL page. You can also find the build scripts there and my patch. Probably without any modifications you can also compile the v1.0.1 branch. Enjoy! 0

I have just compiled the freshly released OpenSSL 1.0.2c for Visual Studio 2013, 2012, 2010 and 2008. I build it both against dynamic (/MD) and static (/MT) runtimes for x86 and x64. Download at my Precompiled OpenSSL page. While you’re at it, feel free to grab the build script and DIY too! 0