Skip to content

Commit

Permalink
Merge pull request #2109 from drwetter/bump_version_3.0
Browse files Browse the repository at this point in the history
Bump version in 3.0 branch
  • Loading branch information
drwetter committed Feb 19, 2022
2 parents f96df11 + 06821e3 commit 5bd2952
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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
Expand Down Expand Up @@ -42,15 +43,15 @@
* 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
* Certificate check for to-name in stream of XMPP
* 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
Expand Down
2 changes: 1 addition & 1 deletion testssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/" ||
Expand Down

0 comments on commit 5bd2952

Please sign in to comment.