From 09c06e0ffa0324dbf7e0b583d5f0bd2cec4e805e Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Mon, 14 Sep 2015 11:21:24 +0200 Subject: [PATCH] Update Readme.md --- Readme.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 1578e89..d4ddbe3 100644 --- a/Readme.md +++ b/Readme.md @@ -11,16 +11,15 @@ On github you will find in the master branch the development version of the soft New features in the imminent stable release 2.6 are: -* display matching key (HPKP) +* display matching host key (HPKP) * LOGJAM 1: check DHE_EXPORT cipher * LOGJAM 2: displays DH(/ECDH) bits in wide mode on negotiated ciphers * "wide mode" option for checks like RC4, BEAST. PFS. Displays hexcode, kx, strength, DH bits, RFC name * binary directory provides out of the box better binaries (Linux 32+64 Bit, Darwin 64 bit, FreeBSD 64 bit) * OS X binaries (@jvehent, new builds: @jpluimers) * ARM binary (@f-s) -* FreeBSD binary +* (HTTP) proxy support, via openssl and sockets! -- Thx @jnewbigin * TLS_FALLBACK_SCSV check -- Thx @JonnyHightower -* (HTTP) proxy support! -- Thx @jnewbigin * Extended validation certificate detection * Run in default mode through all ciphers at the end of a default run * will test multiple IP adresses in one shot, --ip= restricts it accordingly @@ -34,7 +33,7 @@ New features in the imminent stable release 2.6 are: * quite some LibreSSL fixes, still not recommended to use though (see https://testssl.sh/) * lots of fixes, code improvements, even more robust -Currently we're running 2.6rc3. Latest bugs are being squashed, expect a soon release. +Currently we're running 2.6rc4. One bug is pending to be squashed, expect a soon release. Contributions, feedback, also bug reports are welcome! For contributions please note: One patch per feature -- bug fix/improvement. Please test your changes thouroughly as reliability is important for this project.