summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/tlsfuzzer/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tlsfuzzer: add a start-server convenience target for interactive testingtb2024-09-171-2/+6
|
* Revert accidental committb2022-07-181-2/+2
|
* Add comments to explain the magic numbers 57 and 58tb2022-07-181-2/+2
|
* Revert accidental committb2021-08-301-2/+2
|
* link verify regress tests to buildtb2021-08-301-2/+2
|
* Define REGRESS_TARGETS explicitly.tb2020-05-231-2/+4
|
* Add a harness that runs tests from tlsfuzzertb2020-05-211-0/+45
This currently runs 54 tests from the tlsfuzzer suite against the TLSv1.3 server which exercise a large portion of the code. They already found a number of bugs and misbehaviors and also inspired a few diffs currently in the pipeline. This regress requires the py3-tlsfuzzer package to be installed, otherwise the tests are skipped. Many thanks to kmos for helping with the ports side and to beck for his positive feedback. ok beck