From c6dce9d8b31e3f8bb3cd18ea11ba97a315045180 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Thu, 17 Feb 2022 09:10:41 +0100 Subject: [PATCH 1/3] Bump patch version number --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 77f0131d1..dc86cfd4d 100755 --- a/testssl.sh +++ b/testssl.sh @@ -117,7 +117,7 @@ trap "child_error" USR1 ########### Internal definitions # -declare -r VERSION="3.0.6" +declare -r VERSION="3.0.7" declare -r SWCONTACT="dirk aet testssl dot sh" grep -E -q "dev|rc|beta" <<< "$VERSION" && \ SWURL="https://testssl.sh/dev/" || From 7729fd1267b58e9f2c31b78df7240446089f8ff5 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Sat, 19 Feb 2022 14:28:24 +0100 Subject: [PATCH 2/3] Add a few items --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c6f81bb8..c0f7ad468 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,9 @@ * ROBOT check * Better TLS extension support * Better OpenSSL 1.1.1 and higher versions support as well as LibreSSL >3 -* More robustness for OpenBSD +* More robustness for OpenBSD and MacOS/Darwin * DNS over Proxy and other proxy improvements +* Dealing with lame DNS repsonses on WSL * Decoding of unencrypted BIG IP cookies * Initial client certificate support * Warning of 825 day limit for certificates issued after 2018/3/1 @@ -42,7 +43,7 @@ * Better parsing of HTTP headers & better output of longer HTTP headers * Display more HTTP security headers * HTTP Basic Auth support for HTTP header -* experimental "eTLS" detection +* Experimental "eTLS" detection * Dockerfile and repo @ docker hub with that file (see above) * Java Root CA store added * Better support for XMPP via STARTTLS & faster @@ -50,7 +51,7 @@ * Support for NNTP and LMTP via STARTTLS, fixes for MySQL and PostgresQL * Support for SNI and STARTTLS * More robustness for any STARTTLS protocol (fall back to plaintext while in TLS caused problems) -* Renegotiation checks improved, also no false potive for Node.js anymore +* Renegotiation checks improved, also no false positive for Node.js anymore * Major update of client simulations with self-collected up-to-date data * Update of CA certificate stores * Lots of bug fixes From 06821e31ffb0fbeeb87c58a0c128d1bed95b5901 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Sat, 19 Feb 2022 14:37:14 +0100 Subject: [PATCH 3/3] Codespell --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0f7ad468..4a9e74dec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ * Better OpenSSL 1.1.1 and higher versions support as well as LibreSSL >3 * More robustness for OpenBSD and MacOS/Darwin * DNS over Proxy and other proxy improvements -* Dealing with lame DNS repsonses on WSL +* Dealing with lame DNS responses on WSL * Decoding of unencrypted BIG IP cookies * Initial client certificate support * Warning of 825 day limit for certificates issued after 2018/3/1