CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/05/21 04:38:44
Added files:
regress/lib/libssl/tlsfuzzer: Makefile tlsfuzzer.py
Log message:
Add a harness that runs tests from tlsfuzzer
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