| Commit message (Expand) | Author | Age | Files | Lines |
* | initial support for midipix | Ørjan Malde | 2019-10-20 | 1 | -0/+5 |
* | Enable speed on win32 | kinichiro | 2019-07-14 | 1 | -1/+1 |
* | include -ldl for SHA512 operations | Brent Cook | 2019-04-23 | 1 | -1/+1 |
* | add __dead__ annotation support | Brent Cook | 2019-02-09 | 1 | -0/+1 |
* | update autoconf for latest compat functions | Brent Cook | 2019-01-31 | 1 | -0/+4 |
* | enable asm for mingw64 | Brent Cook | 2019-01-20 | 1 | -0/+1 |
* | check for more pthread functions that might not be in libc | Brent Cook | 2019-01-18 | 1 | -0/+1 |
* | check if we need to link pthread dynamically | Brent Cook | 2019-01-07 | 2 | -3/+2 |
* | we don't need to pass this to automake | Brent Cook | 2019-01-06 | 1 | -1/+0 |
* | add configure-time check for timespecsub | Brent Cook | 2019-01-06 | 1 | -1/+2 |
* | AC_CHECK_FUNC does not set the define, prefer AC_CHECK_FUNCS | Brent Cook | 2018-03-22 | 1 | -4/+4 |
* | add clock_gettime for macos 10.11 and earlier | Brent Cook | 2018-03-22 | 1 | -0/+2 |
* | bump base requirement to Windows Vista, use builtin inet_ntop/pton | Brent Cook | 2018-03-14 | 2 | -4/+2 |
* | Add libpthread for libtls build | kinichiro | 2018-03-13 | 1 | -0/+1 |
* | Remove 64bit build designation on Solaris | kinichiro | 2018-01-11 | 1 | -1/+0 |
* | Fixed getpagesize detection on Android | Evgen Bodunov | 2017-11-23 | 1 | -1/+14 |
* | add prototype definitions of asprintf and vasprintf for CYGWIN build | kinichiro | 2017-07-16 | 1 | -0/+1 |
* | Land #328, generate the crypto export symbol list at build time | Brent Cook | 2017-07-09 | 1 | -85/+0 |
|\ |
|
| * | generate the crypto export symbol list at build time | Brent Cook | 2017-07-08 | 1 | -85/+0 |
* | | Set Solaris build default to 64 bit | kinichiro | 2017-07-08 | 1 | -0/+1 |
|/ |
|
* | Remove misleading CFLAGS / LDFLAGS. | Paul Graham | 2017-06-09 | 1 | -2/+0 |
* | include amd64 in the mix | Brent Cook | 2017-04-29 | 1 | -0/+1 |
* | only include ia32 syms on i?86/x86_64 targets | Brent Cook | 2017-04-29 | 1 | -0/+8 |
* | Add freezero support | kinichiro | 2017-04-22 | 1 | -2/+6 |
* | move crypto_portable.sym to builddir | Brent Cook | 2017-04-10 | 1 | -2/+2 |
* | Land #297, Add recallocarray | Brent Cook | 2017-03-16 | 1 | -2/+8 |
|\ |
|
| * | Add support for getpagesize | kinichiro | 2017-03-15 | 1 | -1/+2 |
| * | Add recallocarray | kinichiro | 2017-03-09 | 1 | -1/+6 |
* | | Fix condition of arc4random* and getentropy for Cygwin build | kinichiro | 2017-02-20 | 1 | -8/+4 |
|/ |
|
* | Add inet_ntop and memmem for ocspcheck | kinichiro | 2017-01-26 | 1 | -2/+3 |
* | Move strsep.c to crypto/compat/ and add ocspcheck build to CMake | kinichiro | 2017-01-25 | 1 | -0/+3 |
* | add open(2) shim to handle O_BINARY and O_CLOEXEC | Brent Cook | 2017-01-16 | 1 | -0/+1 |
* | include pipe2/socketpair compat for macOS | Brent Cook | 2017-01-15 | 1 | -1/+3 |
* | Fix to use -export-symbols for libcrypto | kinichiro | 2017-01-15 | 1 | -0/+70 |
* | Sync getentropy() checks with use-builtin-arc4random checks | Simone Basso | 2016-12-10 | 2 | -30/+40 |
* | m4/check-libc.m4: improve getentropy check | Simone Basso | 2016-12-09 | 1 | -17/+23 |
* | configure: fix getentropy() for sierra and ios | Simone Basso | 2016-12-09 | 1 | -1/+55 |
* | prefer builtin arc4random on OS X 10.12+ (using getentropy as the signal) | Brent Cook | 2016-11-06 | 1 | -1/+9 |
* | Disable netcat if arpa/telnet.h is not available (iOS) | jacob berkman | 2016-08-09 | 1 | -0/+2 |
* | Fix typo in USE_BUILTIN_ARC4RANDOM check | celan69 | 2016-07-19 | 1 | -1/+1 |
* | check linker flags before checking for functions | Brent Cook | 2016-04-24 | 1 | -2/+4 |
* | add things to minimize diffs with OpenNTPD-portable | Brent Cook | 2016-02-15 | 2 | -19/+17 |
* | whitelist NetBSD 7.0 native arc4random(3) implementation. | Brent Cook | 2016-01-03 | 2 | -3/+17 |
* | enable nc on AIX | Brent Cook | 2016-01-03 | 1 | -0/+1 |
* | update check for b64_ntop | Brent Cook | 2015-12-27 | 1 | -1/+1 |
* | installing nc(1) should imply building, even if not whitelisted | Brent Cook | 2015-12-07 | 1 | -1/+5 |
* | build nc on solaris and cygwin | Brent Cook | 2015-11-23 | 1 | -0/+2 |
* | whitelist nc on other BSDs | Brent Cook | 2015-10-23 | 1 | -0/+2 |
* | disable some tests with 32-bit time_t systems | Brent Cook | 2015-10-17 | 1 | -1/+0 |
* | include timegm fallback | Brent Cook | 2015-10-15 | 1 | -0/+3 |