Skip to content

Commit 5bd2952

Browse files
authored
Merge pull request #2109 from drwetter/bump_version_3.0
Bump version in 3.0 branch
2 parents f96df11 + 06821e3 commit 5bd2952

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
* ROBOT check
99
* Better TLS extension support
1010
* Better OpenSSL 1.1.1 and higher versions support as well as LibreSSL >3
11-
* More robustness for OpenBSD
11+
* More robustness for OpenBSD and MacOS/Darwin
1212
* DNS over Proxy and other proxy improvements
13+
* Dealing with lame DNS responses on WSL
1314
* Decoding of unencrypted BIG IP cookies
1415
* Initial client certificate support
1516
* Warning of 825 day limit for certificates issued after 2018/3/1
@@ -42,15 +43,15 @@
4243
* Better parsing of HTTP headers & better output of longer HTTP headers
4344
* Display more HTTP security headers
4445
* HTTP Basic Auth support for HTTP header
45-
* experimental "eTLS" detection
46+
* Experimental "eTLS" detection
4647
* Dockerfile and repo @ docker hub with that file (see above)
4748
* Java Root CA store added
4849
* Better support for XMPP via STARTTLS & faster
4950
* Certificate check for to-name in stream of XMPP
5051
* Support for NNTP and LMTP via STARTTLS, fixes for MySQL and PostgresQL
5152
* Support for SNI and STARTTLS
5253
* More robustness for any STARTTLS protocol (fall back to plaintext while in TLS caused problems)
53-
* Renegotiation checks improved, also no false potive for Node.js anymore
54+
* Renegotiation checks improved, also no false positive for Node.js anymore
5455
* Major update of client simulations with self-collected up-to-date data
5556
* Update of CA certificate stores
5657
* Lots of bug fixes

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ trap "child_error" USR1
117117

118118
########### Internal definitions
119119
#
120-
declare -r VERSION="3.0.6"
120+
declare -r VERSION="3.0.7"
121121
declare -r SWCONTACT="dirk aet testssl dot sh"
122122
grep -E -q "dev|rc|beta" <<< "$VERSION" && \
123123
SWURL="https://testssl.sh/dev/" ||

0 commit comments

Comments
 (0)