diff --git a/Findings-and-HowTo-Fix-them.md b/Findings-and-HowTo-Fix-them.md index bde7a77..175a1a9 100644 --- a/Findings-and-HowTo-Fix-them.md +++ b/Findings-and-HowTo-Fix-them.md @@ -1,6 +1,20 @@ -## Findings and HowTo Fix'em +## Bugs, Findings and Small Debugging HowTo -### provide debugging output for others +Found a bug. Good -- yes, seriously! In the end it'll make testssl.sh better. You have three choices if you want to help. + +* file a simple bug report +* provide extended debugging info for others +* debug yourself + + +### file a proper bug report + +* containing an ip address, testssl.sh version and the openssl version so that we can reproduce the error. If you're hesitant to publicly advertise the IP address, use my mail address in the script. + +Without those information I'll likely close the issue. + + +### provide extended debugging output for others * Run the section where the problem is (see ``--help``): ``script -c "bash -vx testssl.sh * Run the whole script with ``--debug=1 --log``. Tar -cvzf mydebug.tgz /tmp/ssltester.