Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package pidwraptest.sh script | Brent Cook | 2016-01-03 | 1 | -1/+1 |
| | |||||
* | move rfc5280time to rfc5280time_small | Brent Cook | 2015-10-18 | 1 | -2/+2 |
| | | | | | Having the same name as the executable confuses the driver, and it runs the wrong thing. | ||||
* | make it clear that we skipped 64-bit time_t tests | Brent Cook | 2015-10-18 | 1 | -5/+6 |
| | |||||
* | include warnings about small time_t | Brent Cook | 2015-10-17 | 1 | -0/+6 |
| | |||||
* | updates for ASN.1 time handling | Brent Cook | 2015-10-06 | 1 | -0/+5 |
| | |||||
* | add asn1time to cmake tests | Brent Cook | 2015-09-28 | 1 | -1/+1 |
| | |||||
* | add asn1time test | Brent Cook | 2015-09-28 | 1 | -0/+5 |
| | |||||
* | 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. | ||||
* | add 'nc' to the distribution as an example of libtls client and server | Brent Cook | 2015-09-12 | 1 | -1/+2 |
| | |||||
* | add new tests | Brent Cook | 2015-09-12 | 1 | -0/+10 |
| | |||||
* | s/CMakeFiles/CMakeLists/, start porting test scripts | Brent Cook | 2015-07-22 | 1 | -1/+1 |
| | |||||
* | add cmake tests | Brent Cook | 2015-07-21 | 1 | -1/+1 |
| | |||||
* | add cipher_list test | Brent Cook | 2015-06-29 | 1 | -0/+6 |
| | |||||
* | update for mdc2 removal | Brent Cook | 2015-06-20 | 1 | -5/+0 |
| | |||||
* | distcheck fixes | Brent Cook | 2015-05-06 | 1 | -2/+1 |
| | |||||
* | add app tests from regress/usr.bin/openssl | Brent Cook | 2015-05-06 | 1 | -0/+20 |
| | | | | | | 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 | 1 | -0/+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. |