TL;DR
- Security bug fix for XSS in HTML file output
- OpenSSL 4 compatibility
- Add missing TLS signature schemes
- Add missing TLS 1.3 Brainpool groups
What's Changed
- docker + IPv6, incl. host networking by @drwetter in #2996
- OpenSSL 4 compatibility by @dcooper16 in #3006
- Fix typo by @drwetter in #3011
- Make sure date -r hits a readable dir (3.2) by @drwetter in #3013
- OpenSSL 4 compatibility for stapled OCSP responses by @dcooper16 in #3019
- Add missing TLS signature schemes by @dcooper16 in #3022
- Add missing TLS 1.3 Brainpool groups by @dcooper16 in #3025
- Fix doc error regarding MAX_SOCKET_FAIL + MAX_OSSL_FAIL (3.2) by @drwetter in #3032
- Fix DN conversion when reading certificate issuer (3.2) by @drwetter in #3033
- Backport: Fix Permissions-Policy header listed twice in output by @SteveVaneeckhout in #3048
- [Bug] FIXME: issuer_CN error with more than 5 lines in Issuer #3065 by @logopk in #3067
- fix: inverted return check in sym-encrypt() at testssl.sh:14741 by @ericcgu in #3083
- Fix stored XSS in HTML report via unescaped Location: header (#3090) by @ericcgu in #3092
- Small check for semantic unit tests (3.2) by @drwetter in #3093
- Ready for 3.2.4 by @drwetter in #3094
Full Changelog: v3.2.3...v3.2.4