aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* added dist.sh script - generates tarballBrent Cook2014-07-291-0/+6
* produce a error if platform has no arc4random hookBrent Cook2014-07-291-7/+8
* add asprintf / vasprintf from OpenSSH portableBrent Cook2014-07-295-0/+115
* Update endian.h for AIX/IRIXpgmassey2014-07-291-0/+8
* Guard individual compatibility header prototypes.Brent Cook2014-07-284-55/+81
* split big lineBrent Cook2014-07-281-1/+2
* prefer - over /dev/stdin for cmp testBrent Cook2014-07-281-1/+1
* check link requirements for dl_iterate_phdrBrent Cook2014-07-281-0/+3
* remove bash-isms from test scriptsBrent Cook2014-07-282-3/+4
* add strndup/strnlen compat functions from OpenBSDBrent Cook2014-07-285-1/+17
* include system headers for err.h compat macrosBrent Cook2014-07-281-0/+4
* remove thread_private.h, no longer neededBrent Cook2014-07-272-1/+0
* remove per-OS arc4random_buf overridesBrent Cook2014-07-241-6/+0
* clarify license and origin for pidwraptestBrent Cook2014-07-232-1/+8
* add calloc to the list (integer overflow..)Bob Beck2014-07-211-1/+1
* Update README to indicate general policy about intrinsicsBob Beck2014-07-211-0/+5
* bump versionBrent Cook2014-07-211-1/+1
* build openbsd memmem implementation for explicit_bzero testBrent Cook2014-07-213-1/+7
* compute absolute paths to sourceBrent Cook2014-07-211-10/+11
* better handle disabled tests and exclude filesBrent Cook2014-07-212-7/+21
* rename local tests to end in test.cBrent Cook2014-07-212-0/+0
* test for and use system explicit_bzero if it existsBrent Cook2014-07-212-1/+10
* include err.h shimBrent Cook2014-07-213-1/+28
* use correct link order for app and testsBrent Cook2014-07-212-3/+3
* preserve timestamps on copy from upstream checkoutBrent Cook2014-07-211-28/+30
* conditionally disable -Wpointer-sign where supportedBrent Cook2014-07-201-0/+10
* update guard, add win32 support for endian.hBrent Cook2014-07-201-6/+22
* Use correct static link order for unit tests.Brent Cook2014-07-201-2/+2
* include <_bsd_types.h> on MinGWBrent Cook2014-07-201-0/+4
* remove thread_private.h defines, moved to arc4random_*.hBrent Cook2014-07-191-14/+0
* update to newly-refactored arc4random compatibility shimsBrent Cook2014-07-184-0/+23
* initial underpinnings for mingw/cross compilation supportBrent Cook2014-07-182-13/+22
* move fork_rand.sh so it does not get run every timeBrent Cook2014-07-151-0/+0
* indicate failure to the test harnessBrent Cook2014-07-151-0/+1
* added fork_rand test to check for PID wraparoundBrent Cook2014-07-153-2/+93
* crank versionBob Beck2014-07-151-1/+1
* register the atfork handler from arc4randomBrent Cook2014-07-151-0/+8
* enable the asn1 testBrent Cook2014-07-151-1/+1
* Add the public signing key so it can be fetched from githubBob Beck2014-07-141-0/+2
* give section 1 man pages a .1 suffix instead of .3Mark Kettenis2014-07-141-2/+2
* remove stray brackets in --with-enginesdir/openssldir supportMark Kettenis2014-07-141-2/+2
* use generic test for clock_gettime flagsBrent Cook2014-07-121-1/+3
* added configurable ENGINESDIR and OPENSSLDIRBrent Cook2014-07-121-0/+10
* CrankBob Beck2014-07-131-1/+1
* remove problematic DISTCLEANFILES variableBob Beck2014-07-131-2/+0
* cleanup auto-generated .pc filesBrent Cook2014-07-121-1/+1
* rc4_util.c went awayBob Beck2014-07-131-1/+1
* add platform libraries to libcompat's LIBADD listBrent Cook2014-07-128-4/+66
* disable unconditional -Wno-pointer-signBrent Cook2014-07-111-1/+1
* add a check to see if <sys/sysctl.h> existsBrent Cook2014-07-111-0/+2