Updated Findings and HowTo Fix them (markdown)

Dirk Wetter 2016-06-07 08:55:45 +02:00
parent dfa14268cf
commit 20967e0d38

@ -1,27 +1,6 @@
## Bugs, Findings and Small Debugging HowTo
## Small Debugging HowTo
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
Needed is to reproduce the error:
* server ip address,
* command line
* testssl.sh version,
* openssl version and operating system,
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.
If the server is internal you should at least provide the info in one of the next section:
### provide extended debugging output for others
### extended debugging output
Two options here:
@ -39,4 +18,3 @@ YMMV, this is just a hint.
* editing the program and add before a ``set -x``, run the section of the script
* run the script with ``bash -vx testssl.sh <<optionfortherightsection>>``
If you spotted a problem the easiest thing is