summaryrefslogtreecommitdiff
path: root/src/regress/usr.bin/openssl/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add x509 certificate validation regression testsjan2021-02-161-2/+2
| | | | | | | The validation tests are originaly createtd by Steffen Ullrich. OK tb@ No objection jsing@
* Add a -q (for quick) mode to apptest.sh, and use it by default.beck2018-03-191-2/+2
| | | | | | | 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 thattb2018-02-061-5/+5
| | | | | | | | | | 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
* Add regress test script for openssl command.inoguchi2016-11-061-2/+8
| | | | ok beck@
* Zap RANDFILE.lteo2015-09-161-2/+2
|
* Provide initial regress tests for the complex option parsing that is neededjsing2014-12-281-1/+3
| | | | | for openssl(1), which is also variable in behaviour between applications (and currently inconsistent).
* Update regress to follow openssl(1) move.jsing2014-08-261-0/+58