aboutsummaryrefslogtreecommitdiff
path: root/configure.ac (follow)
Commit message (Expand)AuthorAgeFilesLines
* separate the BSWAP check from the actionBrent Cook2015-03-011-14/+17
* check if the BSWAP assembly for ARM works before buildingBrent Cook2015-03-011-0/+8
* add windows-specific hardening optionsBrent Cook2015-02-241-8/+23
* remove openat requirement for building certhashBrent Cook2015-02-231-2/+2
* add missing line continuationBrent Cook2015-02-191-1/+1
* disable system issetugid on OS X since it is not fork-safeBrent Cook2015-02-171-0/+5
* add strsep fallback for libtlsBrent Cook2015-02-141-1/+2
* conditionally build certhash into openssl(1)Brent Cook2015-02-141-0/+2
* add NetBSD shims for arc4randomBrent Cook2015-01-211-1/+8
* catch GCC versions that only warn on unused flagsBrent Cook2015-01-061-3/+3
* remove bash-style comparisons from testsBrent Cook2015-01-061-3/+3
* Add support for HP-UXkinichiro2015-01-061-0/+6
* quoting and ensure old_*flags are restored before the 'else'Brent Cook2015-01-051-8/+10
* preserve CFLAGS between hardening checks, enable mingwBrent Cook2015-01-051-26/+46
* simplify hardening check logic, disable for mingwBrent Cook2015-01-051-38/+33
* Change comments to remark on script not being needed for clang >= 5.1Jim Barlow2015-01-011-1/+1
* Fix typo causing output of clang test to read "CLANG" instead of yes/noJim Barlow2014-12-311-1/+1
* Merge recent upstream changes with compiler hardeningJim Barlow2014-12-301-4/+19
|\
| * enable __STRICT_ALIGNMENT on sparcBrent Cook2014-12-271-0/+6
| * do not mark GNU_STACK WX in ELFs generated from assemblyBrent Cook2014-12-221-1/+12
* | configure.ac: use executable hardening where availableJim Barlow2014-12-231-0/+62
* | configure.ac: Modify clang check to save result to a variableJim Barlow2014-12-231-10/+14
|/
* allow Windows DLLs to be builtBrent Cook2014-12-141-1/+1
* Enable optimized crypto operations for x86_64Brent Cook2014-12-071-16/+29
* read all library versions directly from filesBrent Cook2014-12-061-0/+4
* add support for building libtlsBrent Cook2014-12-061-1/+7
* add minimal poll(2) implementation for WindowsBrent Cook2014-12-031-1/+2
* Update win32 build definesBrent Cook2014-12-031-1/+2
* Quiet clang warnings about unused arguments in general.Brent Cook2014-11-031-1/+13
* make 'autoreconf' work from dist tarballBrent Cook2014-11-031-1/+1
* override native arc4random_buf on FreeBSDBrent Cook2014-11-031-1/+6
* override native arc4random_buf on OS XBrent Cook2014-11-031-0/+4
* Improve and simplify function and header detection logic.Brent Cook2014-10-301-76/+21
* use the correct HOST_OS for the Windows buildBrent Cook2014-10-301-1/+1
* set various glibc flags that also are useful with mingwBrent Cook2014-10-221-1/+2
* include a proper check for memmem when configuring unit testsBrent Cook2014-10-221-0/+5
* ensure compatibility with posix shellBrent Cook2014-08-181-1/+1
* add --disable-asm flag for disabling inline asmBrent Cook2014-08-171-0/+4
* allow inline asmBrent Cook2014-08-161-1/+1
* set _DEFAULT_SOURCE on linux hostsBrent Cook2014-08-161-1/+1
* remove configure.am.tpl, pull in VERSION directlyBrent Cook2014-08-121-0/+184
* source library version from a common place, speed man buildsBrent Cook2014-07-121-99/+0
* remove unconditional -WerrorBrent Cook2014-07-111-1/+1
* link -lrt on linux for glibc < 2.17 compatibilityBrent Cook2014-07-111-0/+1
* prefer symlinks rather than hardlinks for manpagesBrent Cook2014-07-111-1/+0
* put CPP defines in CPPFLAGSBrent Cook2014-07-111-1/+1
* add manpages and linksBrent Cook2014-07-111-0/+1
* wording changes and initial stab at crypto man pages.Charlie Root2014-07-111-1/+1
* bump to version 2.0.0Brent Cook2014-07-101-1/+1
* better fix for __bounded removalBrent Cook2014-07-101-8/+3