Merge branch 'master' of github.com:drwetter/testssl.sh

This commit is contained in:
Dirk 2015-04-10 15:16:20 +02:00
commit 1043c40a60
1 changed files with 9 additions and 6 deletions

View File

@ -11,13 +11,16 @@ On github you will find in the master branch the development version of the soft
New features in this release are / will be New features in this release are / will be
* certificate information (done), * "only one cmd line option at a time": gone (starttls integration pending)
* more HTTP header infos (partly done, needs a bit of cleanup), * certificate information: done,
* protocol check via bash sockets (SSLv2+v3: done) * more HTTP header infos: done.
* maybe: cipher check via bash sockets (only with development option -q) * protocol check via bash sockets, SSLv2+v3: done
* debug file handling (ongoing) * maybe: cipher check via bash sockets: for now only with development option -q
* BEAST (works, need some polishing for the output) * debug file handling: done so far
* BEAST: done, maybe needs some polishing for the output
Contributions, feedback, also bug reports are welcome. For contributions please note: One patch per feature -- bug fix/improvement. Contributions, feedback, also bug reports are welcome. For contributions please note: One patch per feature -- bug fix/improvement.
Update notification here or @ [twitter](https://twitter.com/drwetter).