testssl.sh/t/Readme.md

11 lines
475 B
Markdown
Raw Normal View History

2019-05-05 13:54:56 +02:00
### Naming scheme
2020-01-13 23:00:10 +01:00
* 00-05: Does the bare testssl.sh work at all?
2020-11-26 13:07:49 +01:00
* 10-29: Do scans work fine (client side)?
* 30-39: Does reporting work?
2019-05-06 11:13:37 +02:00
* 50-69: Are the results what I expect (server side)?
2019-05-05 13:54:56 +02:00
2025-01-27 16:37:04 +01:00
Please help to write CI tests! Documentation can be found [here](https://perldoc.perl.org/Test/More.html).
You can consult the existing code here. Feel free to use `10_baseline_ipv4_http.t` or `12_diff_opensslversions.t` as a
template. The latter is newer and code is cleaner.