kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
73329d43 2015-03-08 19:56:03 update __STRICT_ALIGNMENT check
f7e4e4a2 2015-03-08 18:27:07 initialize winsock earlier in openssl(1) This allows commands like ocsp to work properly since we no longer initialize Winsock as a side-effect of doing a BIO_gethostbyname.
031f0aaa 2015-03-07 12:04:29 specify -static-libgcc for mingw builds Avoid external external dependencies on 32-bit windows builds.
148aebdb 2015-03-08 16:39:48 fix hangs reading stdin on Windows
213eb946 2015-03-07 12:02:57 avoid doubling user-specified cflags
d193b171 2015-03-02 23:17:48 Add '-windows' to windows binary archive.
79492b46 2015-03-02 23:14:35 add windows README, package README files with distribution
e0855bdb 2015-03-02 21:12:47 point out where to report bugs, update links.
3b3a290b 2015-03-02 20:47:26 update changelog with security updates
3cb34ee9 2015-03-01 17:37:12 add a simple code coverage generation script The lcov tools (http://ltp.sourceforge.net/coverage/lcov.php) are required to generate reports. Original idea from this PR, thanks to Jim Barlow for doing the initial integration work. https://github.com/libressl-portable/portable/pull/58