| Commit message (Expand) | Author | Age | Files | Lines |
* | separate the BSWAP check from the action | Brent Cook | 2015-03-01 | 1 | -14/+17 |
* | check if the BSWAP assembly for ARM works before building | Brent Cook | 2015-03-01 | 1 | -0/+8 |
* | add windows-specific hardening options | Brent Cook | 2015-02-24 | 1 | -8/+23 |
* | remove openat requirement for building certhash | Brent Cook | 2015-02-23 | 1 | -2/+2 |
* | add missing line continuation | Brent Cook | 2015-02-19 | 1 | -1/+1 |
* | disable system issetugid on OS X since it is not fork-safe | Brent Cook | 2015-02-17 | 1 | -0/+5 |
* | add strsep fallback for libtls | Brent Cook | 2015-02-14 | 1 | -1/+2 |
* | conditionally build certhash into openssl(1) | Brent Cook | 2015-02-14 | 1 | -0/+2 |
* | add NetBSD shims for arc4random | Brent Cook | 2015-01-21 | 1 | -1/+8 |
* | catch GCC versions that only warn on unused flags | Brent Cook | 2015-01-06 | 1 | -3/+3 |
* | remove bash-style comparisons from tests | Brent Cook | 2015-01-06 | 1 | -3/+3 |
* | Add support for HP-UX | kinichiro | 2015-01-06 | 1 | -0/+6 |
* | quoting and ensure old_*flags are restored before the 'else' | Brent Cook | 2015-01-05 | 1 | -8/+10 |
* | preserve CFLAGS between hardening checks, enable mingw | Brent Cook | 2015-01-05 | 1 | -26/+46 |
* | simplify hardening check logic, disable for mingw | Brent Cook | 2015-01-05 | 1 | -38/+33 |
* | Change comments to remark on script not being needed for clang >= 5.1 | Jim Barlow | 2015-01-01 | 1 | -1/+1 |
* | Fix typo causing output of clang test to read "CLANG" instead of yes/no | Jim Barlow | 2014-12-31 | 1 | -1/+1 |
* | Merge recent upstream changes with compiler hardening | Jim Barlow | 2014-12-30 | 1 | -4/+19 |
|\ |
|
| * | enable __STRICT_ALIGNMENT on sparc | Brent Cook | 2014-12-27 | 1 | -0/+6 |
| * | do not mark GNU_STACK WX in ELFs generated from assembly | Brent Cook | 2014-12-22 | 1 | -1/+12 |
* | | configure.ac: use executable hardening where available | Jim Barlow | 2014-12-23 | 1 | -0/+62 |
* | | configure.ac: Modify clang check to save result to a variable | Jim Barlow | 2014-12-23 | 1 | -10/+14 |
|/ |
|
* | allow Windows DLLs to be built | Brent Cook | 2014-12-14 | 1 | -1/+1 |
* | Enable optimized crypto operations for x86_64 | Brent Cook | 2014-12-07 | 1 | -16/+29 |
* | read all library versions directly from files | Brent Cook | 2014-12-06 | 1 | -0/+4 |
* | add support for building libtls | Brent Cook | 2014-12-06 | 1 | -1/+7 |
* | add minimal poll(2) implementation for Windows | Brent Cook | 2014-12-03 | 1 | -1/+2 |
* | Update win32 build defines | Brent Cook | 2014-12-03 | 1 | -1/+2 |
* | Quiet clang warnings about unused arguments in general. | Brent Cook | 2014-11-03 | 1 | -1/+13 |
* | make 'autoreconf' work from dist tarball | Brent Cook | 2014-11-03 | 1 | -1/+1 |
* | override native arc4random_buf on FreeBSD | Brent Cook | 2014-11-03 | 1 | -1/+6 |
* | override native arc4random_buf on OS X | Brent Cook | 2014-11-03 | 1 | -0/+4 |
* | Improve and simplify function and header detection logic. | Brent Cook | 2014-10-30 | 1 | -76/+21 |
* | use the correct HOST_OS for the Windows build | Brent Cook | 2014-10-30 | 1 | -1/+1 |
* | set various glibc flags that also are useful with mingw | Brent Cook | 2014-10-22 | 1 | -1/+2 |
* | include a proper check for memmem when configuring unit tests | Brent Cook | 2014-10-22 | 1 | -0/+5 |
* | ensure compatibility with posix shell | Brent Cook | 2014-08-18 | 1 | -1/+1 |
* | add --disable-asm flag for disabling inline asm | Brent Cook | 2014-08-17 | 1 | -0/+4 |
* | allow inline asm | Brent Cook | 2014-08-16 | 1 | -1/+1 |
* | set _DEFAULT_SOURCE on linux hosts | Brent Cook | 2014-08-16 | 1 | -1/+1 |
* | remove configure.am.tpl, pull in VERSION directly | Brent Cook | 2014-08-12 | 1 | -0/+184 |
* | source library version from a common place, speed man builds | Brent Cook | 2014-07-12 | 1 | -99/+0 |
* | remove unconditional -Werror | Brent Cook | 2014-07-11 | 1 | -1/+1 |
* | link -lrt on linux for glibc < 2.17 compatibility | Brent Cook | 2014-07-11 | 1 | -0/+1 |
* | prefer symlinks rather than hardlinks for manpages | Brent Cook | 2014-07-11 | 1 | -1/+0 |
* | put CPP defines in CPPFLAGS | Brent Cook | 2014-07-11 | 1 | -1/+1 |
* | add manpages and links | Brent Cook | 2014-07-11 | 1 | -0/+1 |
* | wording changes and initial stab at crypto man pages. | Charlie Root | 2014-07-11 | 1 | -1/+1 |
* | bump to version 2.0.0 | Brent Cook | 2014-07-10 | 1 | -1/+1 |
* | better fix for __bounded removal | Brent Cook | 2014-07-10 | 1 | -8/+3 |