Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a -q (for quick) mode to apptest.sh, and use it by default. | beck | 2018-03-19 | 2 | -11/+35 |
| | | | | | | | this means that running the regression test doesn't take forever because we run a huge dhparam test and openssl speed tests. ok inoguchi@ | ||||
* | Respect the OPENSSL make variable everywhere so that | tb | 2018-02-06 | 7 | -20/+22 |
| | | | | | | | | | | make OPENSSL=/usr/src/usr.bin/openssl/obj/openssl actually does the expected thing instead of running a mixture of both the openssl below /usr/obj and the one below /usr/bin. Found the hard way via backtraces that made no sense whatsoever. ok jsing | ||||
* | Use %zu to print a size_t. | kettenis | 2017-04-16 | 1 | -2/+2 |
| | |||||
* | More s/OSCP/OCSP/ typos | tom | 2017-01-27 | 1 | -1/+1 |
| | | | | ok jmc@ | ||||
* | Add regress test script for openssl command. | inoguchi | 2016-11-06 | 3 | -2/+966 |
| | | | | ok beck@ | ||||
* | Zap RANDFILE. | lteo | 2015-09-16 | 2 | -5/+3 |
| | |||||
* | Make it obvious which openssl test complained and whether it was expected. | doug | 2015-01-22 | 1 | -2/+5 |
| | | | | ok bcook@ | ||||
* | Add regress tests for default option handling. | jsing | 2014-12-28 | 1 | -1/+48 |
| | |||||
* | Add regress tests for multiple argument callback functions. | jsing | 2014-12-28 | 1 | -1/+38 |
| | |||||
* | Add option parsing regress tests with end of options handling. | jsing | 2014-12-28 | 1 | -17/+50 |
| | |||||
* | Add regress tests for option parsing with multiple unnamed arguments. | jsing | 2014-12-28 | 1 | -3/+45 |
| | |||||
* | Update regress to match change in unnamed argument handling. | jsing | 2014-12-28 | 1 | -6/+5 |
| | |||||
* | Update options regress to match option function pointer change. | jsing | 2014-12-28 | 1 | -4/+4 |
| | |||||
* | Provide initial regress tests for the complex option parsing that is needed | jsing | 2014-12-28 | 3 | -1/+239 |
| | | | | | for openssl(1), which is also variable in behaviour between applications (and currently inconsistent). | ||||
* | Update regress to follow openssl(1) move. | jsing | 2014-08-26 | 8 | -0/+242 |