Update old.CHANGELOG.txt

This commit is contained in:
Dirk Wetter 2015-07-30 09:28:25 +02:00
parent 9347ecb8f1
commit 2a6ef81f71
1 changed files with 17 additions and 9 deletions

View File

@ -1,11 +1,21 @@
2.4
2.4 New:
* "only one cmd line option at a time" is completely gone
* several tuning parameters on the cmd line (only available through environment variables b4): ``--assuming-http``, ``--ssl-native``, ``--sneaky``, ``--warnings``, ``--color``, ``-- debug``, ``--long``
* certificate information
* more HTTP header infos (cookies+security headers)
* protocol check via bash sockets for SSLv2+v3
* debug handling significantly improved (verbosity/each function leaves files in $TEMPDIR)
* BEAST check
* FREAK check
* check for Secure Client-Initiated Renegotiation
* lots of cosmetic and maintainability code cleanups
* bugfixing
full changelog: https://github.com/drwetter/testssl.sh/commits/2.4/testssl.sh
Full changelog: https://github.com/drwetter/testssl.sh/commits/2.4/testssl.sh
2.2. includes a lot of fixes / new features as:
2.2. new features as:
* works fully under BSD (openssl >=1.0)
* single cipher check (-x) with pattern of hexcode/cipher
* check for POODLE SSL
@ -17,14 +27,12 @@ full changelog: https://github.com/drwetter/testssl.sh/commits/2.4/testssl.sh
* protocol check better
* job control removes stalling
* RFC <---> OpenSSL name space mapping of ciphers everywhere
* includes a lot of fixes
See full changelog @ github
https://github.com/drwetter/testssl.sh/commits/2.2/testssl.sh
Full changelog @ https://github.com/drwetter/testssl.sh/commits/2.2/testssl.sh
2.0 includes:
* major release, new features:
2.0 major release, new features:
* SNI
* STARTTLS fully supported
* RC4 check