kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
c3201f23 2018-02-11 22:00:57 Land #383, use https for urls
5a3e7551 2018-01-21 17:07:55 change the URLs accessible by HTTPS to HTTPS
9e06be3f 2018-01-11 23:46:22 Remove 64bit build designation on Solaris - Revert commit https://github.com/libressl-portable/portable/pull/327/commits/c18852f650a3cb258e10222695a31ed5c929ab23 - Remove -m64 from CMakeLists.txt by commit https://github.com/libressl-portable/portable/commit/08089a1b20a1818538670d641242266ed3185814 - Suggested by @andy-js in conversation https://github.com/libressl-portable/portable/pull/327
af624440 2018-01-07 16:22:00 Land #376, adjust MSVC warnings
c3210983 2018-01-07 16:21:11 Land #374, hp-ux compatibility Merge remote-tracking branch 'upstream/pr/374'
40e04292 2018-01-07 16:19:36 Land #375, adjust va_end calls to match scope
0ee8aa8e 2018-01-06 18:51:45 Remove unneeded -ULIBRESSL_INTERNAL
b0e9f0a3 2018-01-06 18:12:50 Reconsider MSVC warning list - Remove C4242 and C4820 - Warning explanation from manual - Sort by warning code
1f4bfb9a 2018-01-06 00:28:49 Call va_end soon after using variable length variable - This fix MSVC compiler warning C4702 "unreachable code".
861a6ca1 2017-12-30 20:15:56 Modify regress tests/tlsexttest.c for 0 sized array - Windows and hp-ux ANSI compiler can not handle 0 sized array initialization.