aboutsummaryrefslogtreecommitdiff
path: root/m4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Land #328, generate the crypto export symbol list at build timeBrent Cook2017-07-091-85/+0
|\
| * generate the crypto export symbol list at build timeBrent Cook2017-07-081-85/+0
* | Set Solaris build default to 64 bitkinichiro2017-07-081-0/+1
|/
* Remove misleading CFLAGS / LDFLAGS.Paul Graham2017-06-091-2/+0
* include amd64 in the mixBrent Cook2017-04-291-0/+1
* only include ia32 syms on i?86/x86_64 targetsBrent Cook2017-04-291-0/+8
* Add freezero supportkinichiro2017-04-221-2/+6
* move crypto_portable.sym to builddirBrent Cook2017-04-101-2/+2
* Land #297, Add recallocarrayBrent Cook2017-03-161-2/+8
|\
| * Add support for getpagesizekinichiro2017-03-151-1/+2
| * Add recallocarraykinichiro2017-03-091-1/+6
* | Fix condition of arc4random* and getentropy for Cygwin buildkinichiro2017-02-201-8/+4
|/
* Add inet_ntop and memmem for ocspcheckkinichiro2017-01-261-2/+3
* Move strsep.c to crypto/compat/ and add ocspcheck build to CMakekinichiro2017-01-251-0/+3
* add open(2) shim to handle O_BINARY and O_CLOEXECBrent Cook2017-01-161-0/+1
* include pipe2/socketpair compat for macOSBrent Cook2017-01-151-1/+3
* Fix to use -export-symbols for libcryptokinichiro2017-01-151-0/+70
* Sync getentropy() checks with use-builtin-arc4random checksSimone Basso2016-12-102-30/+40
* m4/check-libc.m4: improve getentropy checkSimone Basso2016-12-091-17/+23
* configure: fix getentropy() for sierra and iosSimone Basso2016-12-091-1/+55
* prefer builtin arc4random on OS X 10.12+ (using getentropy as the signal)Brent Cook2016-11-061-1/+9
* Disable netcat if arpa/telnet.h is not available (iOS)jacob berkman2016-08-091-0/+2
* Fix typo in USE_BUILTIN_ARC4RANDOM checkcelan692016-07-191-1/+1
* check linker flags before checking for functionsBrent Cook2016-04-241-2/+4
* add things to minimize diffs with OpenNTPD-portableBrent Cook2016-02-152-19/+17
* whitelist NetBSD 7.0 native arc4random(3) implementation.Brent Cook2016-01-032-3/+17
* enable nc on AIXBrent Cook2016-01-031-0/+1
* update check for b64_ntopBrent Cook2015-12-271-1/+1
* installing nc(1) should imply building, even if not whitelistedBrent Cook2015-12-071-1/+5
* build nc on solaris and cygwinBrent Cook2015-11-231-0/+2
* whitelist nc on other BSDsBrent Cook2015-10-231-0/+2
* disable some tests with 32-bit time_t systemsBrent Cook2015-10-171-1/+0
* include timegm fallbackBrent Cook2015-10-151-0/+3
* check for pledge(2)Brent Cook2015-10-121-2/+2
* add tame(2) checkBrent Cook2015-10-071-7/+10
* add b64_ntop checking and fallback for nc(1)Brent Cook2015-10-012-3/+21
* remove incorrect commentBrent Cook2015-09-301-1/+0
* allow nc to build on linux and os xBrent Cook2015-09-132-1/+11
* restrict nc to openbsd builds for nowBrent Cook2015-09-121-0/+2
* disable strict aliasing on HP-UX C/aC++ compilerv2.2.2kinichiro2015-08-041-1/+1
* add initial CMake and Visual Studio build supportBrent Cook2015-07-211-1/+1
* disable strict aliasing on AIX xlc and HP-UX aC++ compilersBrent Cook2015-07-162-13/+3
* disable strict aliasing by default, noticed by miod@Brent Cook2015-07-151-0/+10
* add check for inet_pton, nudge minimum win32 compat to 0x0501Brent Cook2015-07-022-2/+3
* fix libtool 2.4.2 stack-protector flag handlingBrent Cook2015-06-131-1/+3
* always check if ssp needs to be linkedBrent Cook2015-06-111-3/+1
* fix definition of DISABLE_AS_EXECUTABLE_STACKBrent Cook2015-05-231-1/+1
* refactor configure into separate m4 macrosBrent Cook2015-05-234-0/+280
* simplify hardening check logic, disable for mingwBrent Cook2015-01-052-147/+0
* configure.ac: use executable hardening where availableJim Barlow2014-12-232-0/+147