EnDe
EnDe
Some ciphers are valid for more than one SSL version. Some descriptions are missing.
In the GUI OPtions there is the Load File Menu where you can select in which section (i.e. Decoding, IP, etc.) the menu should be created. This selection does not...
For formating/pretty printing XML vkbeautify.js is used. This tool does not handle code like well.
new bug reported in [issue 136](https://github.com/OWASP/O-Saft/issues/136) by @kylag But when running `./o-saft.pl --version` (I had to do `chmod +x o-saft.pl`), I got : `panic: attempt to copy freed scalar eb7df0...
This perl warning happens when the server returns an empty response. I'd suggest following patch: ``` index 3838b59..a25944b 100644 --- a/SSLeay.pm +++ b/SSLeay.pm-1.94-do_httpx3-patch @@ -1800,6 +1800,7 @@ sub do_httpx3 {...
The generated request message in do_httpx3() ends with two CRNL. This causes some servers to reject the connection and return nothing (TCP reset). RFC 2616 defines exactly one CRNL between...