added -O option to support SSL servers that are SSLv3 only

This commit is contained in:
van Hauser 2015-03-29 13:43:40 +02:00
commit 3cde13d4f3
3 changed files with 27 additions and 9 deletions

View file

@ -2,6 +2,7 @@ Changelog for hydra
-------------------
Release 8.2-pre
* Added new -O option to hydra to support SSL servers that do not suport TLS
* Added xhydra gtk patche by Petar Kaleychev to support modules that do not use usernames
* Better library finding in ./configure for SVN + support for Darwin Homebrew
* Fixed http-form module crash that only occurs on *BSD/OSX systems. Thanks to zdk for reporting!