kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
20e329e2 2015-01-21 08:04:11 add 2.1.3 notes
a2233651 2015-01-21 06:14:24 add NetBSD shims for arc4random The current NetBSD release, 6.1.5, fails to reseed arc4random fork. Work around it by providing arc4random/getentropy shims. Revisit when NetBSD 7 is available.
f2d68c7d 2015-01-06 14:16:51 remove bash-style comparisons from tests
0308b63c 2014-12-08 11:08:45 Add support for HP-UX tested on: HP-UX 11.31 ia64, gcc 4.7.1(HP AllianceOne version) gcc 4.2.3(http://hpux.connect.org.uk) HP C/aC++ HP-UX defaults to use LP32 and it treats long as 32 bit (= 4 bytes). This build forces LP64 for treating long as 64 bit.
ec81c282 2015-01-06 17:45:14 catch GCC versions that only warn on unused flags Noticed while building with GCC 4.2 with HP-UX. Switching the ERROR to a WARN for a first release while we continue to survey the field.
4b7e7815 2015-01-05 21:21:23 quoting and ensure old_*flags are restored before the 'else'
872ecfd8 2015-01-05 20:31:34 preserve CFLAGS between hardening checks, enable mingw Allow hardening CFLAGS for mingw that do not cause link-time failures. Add proper quoting on flags for commas Check LDFLAGS for linker-only flags.
303b972d 2015-01-05 20:14:54 simplify hardening check logic, disable for mingw Rather than doing separate linker/compiler checks, just build a non-empty program with each so that the compiler will actually try to use the hardening features. Reduce redundancy in the macro calls by just setting the flag that was just tested. Also, disable hardening for mingw, since its trying to use a libssp-0.dll file that I can't find right now. The detected hardening flags break mingw builds currently.
5be407a4 2015-01-02 07:42:15 move public domain to top, help automatic tools
813e7bda 2015-01-01 15:03:03 Change comments to remark on script not being needed for clang >= 5.1