Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Improve and simplify function and header detection logic. | Brent Cook | 2014-10-30 | 1 | -4/+0 | |
| | | | | | | | | | Simplify autoconf checks by using AC_CHECK_FUNCS/HEADERS. Clarify some ambiguous dependencies around strnlen/strndup. Unconditionally enable pidwraptest for all arc4random implementations. Remove HAVE_VASPRINTF conditional, since asprintf requires vasprintf. ok @doug | |||||
* | enable -lcrypto -lssl with all test programs directly. | Brent Cook | 2014-10-30 | 1 | -0/+3 | |
| | | | | | | This removes the need to specify each one individually. ok doug@ | |||||
* | undef LIBRESSL_INTERNAL for the pidwrap test. | Brent Cook | 2014-10-22 | 1 | -0/+1 | |
| | ||||||
* | prefer - over /dev/stdin for cmp test | Brent Cook | 2014-07-28 | 1 | -1/+1 | |
| | ||||||
* | remove bash-isms from test scripts | Brent Cook | 2014-07-28 | 2 | -3/+4 | |
| | ||||||
* | clarify license and origin for pidwraptest | Brent Cook | 2014-07-23 | 2 | -1/+8 | |
| | | | | | | | | The original author clarified the license, so we are fine to ship with the PID wraparound test. Run it by default if libressl is using the native arc4random supplied from the OS. ok deraadt@ | |||||
* | better handle disabled tests and exclude files | Brent Cook | 2014-07-21 | 1 | -2/+2 | |
| | | | | ok beck@ guenther@ | |||||
* | rename local tests to end in test.c | Brent Cook | 2014-07-21 | 2 | -0/+0 | |
| | | | | ok beck@ guenther@ | |||||
* | move fork_rand.sh so it does not get run every time | Brent Cook | 2014-07-15 | 1 | -0/+0 | |
| | | | | | | the test takes many minutes to run on an OS with a slow fork() call ok beck@ | |||||
* | indicate failure to the test harness | Brent Cook | 2014-07-15 | 1 | -0/+1 | |
| | | | | ok beck@ | |||||
* | added fork_rand test to check for PID wraparound | Brent Cook | 2014-07-15 | 2 | -0/+91 | |
| | | | | ok beck@ | |||||
* | fix out of tree builds for ssl test | Brent Cook | 2014-07-10 | 1 | -1/+1 | |
| | | | | | ssl tests need to find the openssl binary relative to the build, not the source, directory | |||||
* | initial top-level import of subdirectories | Brent Cook | 2014-07-10 | 6 | -0/+27 | |