summaryrefslogtreecommitdiff
path: root/src/regress/usr.bin/openssl/options (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Build options regress with -DLIBRESSL_INTERNAL.jsing2021-03-211-2/+2
| | | | | This is currently needed for DTLS1_2_VERSION, however it should be used here regardless.
* Use %zu to print a size_t.kettenis2017-04-161-2/+2
|
* Make it obvious which openssl test complained and whether it was expected.doug2015-01-221-2/+5
| | | | ok bcook@
* Add regress tests for default option handling.jsing2014-12-281-1/+48
|
* Add regress tests for multiple argument callback functions.jsing2014-12-281-1/+38
|
* Add option parsing regress tests with end of options handling.jsing2014-12-281-17/+50
|
* Add regress tests for option parsing with multiple unnamed arguments.jsing2014-12-281-3/+45
|
* Update regress to match change in unnamed argument handling.jsing2014-12-281-6/+5
|
* Update options regress to match option function pointer change.jsing2014-12-281-4/+4
|
* Provide initial regress tests for the complex option parsing that is neededjsing2014-12-282-0/+236
for openssl(1), which is also variable in behaviour between applications (and currently inconsistent).