Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | updates for ASN.1 time handling | Brent Cook | 2015-10-06 | 2 | -0/+10 | |
| | ||||||
* | add asn1time to cmake tests | Brent Cook | 2015-09-28 | 2 | -1/+6 | |
| | ||||||
* | add asn1time test | Brent Cook | 2015-09-28 | 1 | -0/+5 | |
| | ||||||
* | update path to openssl(1) in testssl wrapperv2.3.0 | Brent Cook | 2015-09-22 | 1 | -3/+3 | |
| | ||||||
* | remove SHA-0 from cmake builds | Brent Cook | 2015-09-17 | 1 | -5/+0 | |
| | ||||||
* | SHA-0 is gone, remove test | Brent Cook | 2015-09-16 | 1 | -5/+0 | |
| | ||||||
* | Call the correct script for pidwraptest.sh. | Brent Cook | 2015-09-16 | 1 | -1/+2 | |
| | | | | | This optional test was not reporting the correct results, noticed retesting against FreeBSD 11-current. | |||||
* | more cmake tests | Brent Cook | 2015-09-12 | 1 | -1/+12 | |
| | ||||||
* | add 'nc' to the distribution as an example of libtls client and server | Brent Cook | 2015-09-12 | 4 | -10/+11 | |
| | ||||||
* | add new tests | Brent Cook | 2015-09-12 | 1 | -0/+10 | |
| | ||||||
* | disable current broken cmake tests | Brent Cook | 2015-07-22 | 1 | -16/+16 | |
| | ||||||
* | s/CMakeFiles/CMakeLists/, start porting test scripts | Brent Cook | 2015-07-22 | 2 | -2/+6 | |
| | ||||||
* | add cmake tests | Brent Cook | 2015-07-21 | 2 | -1/+263 | |
| | ||||||
* | add cipher_list test | Brent Cook | 2015-06-29 | 1 | -0/+6 | |
| | ||||||
* | update for mdc2 removal | Brent Cook | 2015-06-20 | 1 | -5/+0 | |
| | ||||||
* | use correct binary on native windows builds | Brent Cook | 2015-06-05 | 3 | -0/+9 | |
| | ||||||
* | distcheck fixes | Brent Cook | 2015-05-06 | 4 | -3/+6 | |
| | ||||||
* | add app tests from regress/usr.bin/openssl | Brent Cook | 2015-05-06 | 6 | -0/+563 | |
| | | | | | | These are added directly rather than imported by update.sh since they require local modifications and its not worth breaking everyone's git forks yet to import them through cvs2git. | |||||
* | rework tests Makefile.am | Brent Cook | 2015-03-21 | 2 | -15/+282 | |
| | | | | | | | | There are so many test exceptions that need handling that it is easier to simply edit it directly rather than doing autogeneration anymore. This also puts biotest and pidwraptest behind a new --enable-extratests option, so they are easy to run but are not enabled by default. | |||||
* | update with latest, add more tests | Brent Cook | 2015-02-06 | 1 | -0/+1 | |
| | | | | this adds the new bytestring apis and new regression tests | |||||
* | tests/Makefile.am.tpl: remove generated files on distclean | Dmitry Eremin-Solenikov | 2014-12-07 | 1 | -0/+1 | |
| | | | | | | Add pidwraptest.txt to DISTCLEANFILES to let it be removed on distclean. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | |||||
* | update and mask unit tests when running on win32 | Brent Cook | 2014-12-03 | 4 | -6/+32 | |
| | | | | | | | | Update pq_test to ignore changes in whitespace. Update for new testssl params, specify absolute paths to test binaries. Fork-based tests do not make sense on Windows. Disable building biotest, since it is too specific to OpenBSD's behavior to be useful on other platforms. | |||||
* | improve readability of generated Makefile.am files | Brent Cook | 2014-11-23 | 1 | -0/+1 | |
| | ||||||
* | override native arc4random_buf on FreeBSD | Brent Cook | 2014-11-03 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | The FreeBSD-native arc4random_buf implementation falls back to weak sources of entropy if the sysctl fails. Remove these dangerous fallbacks by overriding locally. Unfortunately, pthread_atfork() is broken on FreeBSD (at least 9 and 10) if a program does not link to -lthr. Callbacks registered with pthread_atfork() simply fail silently. So, it is not always possible to detect a PID wraparound. I wish we could do better. This improves arc4random_buf's safety compared to the native FreeBSD implementation. Tested on FreeBSD 9 and 10. ok beck@ deraadt@ | |||||
* | 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 | |