Skip to content

Commit 30e0c84

Browse files
authored
Merge pull request #2298 from drwetter/changelog_3.2
Start listing changes and contributions for 3.2
2 parents 4e574d6 + 2b2e363 commit 30e0c84

File tree

2 files changed

+33
-10
lines changed

2 files changed

+33
-10
lines changed

CHANGELOG.md

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,50 @@
33

44
### Features implemented / improvements in 3.2
55

6+
* Rating (SSL Labs, not complete)
67
* Extend Server (cipher) preference: always now in wide mode instead of running all ciphers in the end (per default)
8+
* Remove "negotiated cipher / protocol"
9+
* Provide a better verdict wrt to server order: Now per protocol and ciphers are weighted for each protocol
10+
* Switched to multi-stage docker image with opensuse base to avoid musl libc issues, performance gain also
711
* Improved compatibility with OpenSSL 3.0
12+
* Improved compatibility with Open/LibreSSL versions not supporting TLS 1.0-1.1 anymore
813
* Renamed PFS/perfect forward secrecy --> FS/forward secrecy
14+
* Cipher list straightening
915
* Improved mass testing
10-
* Align better colors of ciphers with standard cipherlists
11-
* Added several ciphers to colored ciphers
16+
* Better align colors of ciphers with standard cipherlists
17+
* Save a few cycles for ROBOT
18+
* Several ciphers more colorized
1219
* Percent output char problem fixed
1320
* Several display/output fixes
1421
* BREACH check: list all compression methods and add brotli
1522
* Test for old winshock vulnerability
1623
* Test for STARTTLS injection vulnerabilities (SMTP, POP3, IMAP)
17-
* Security fix: DNS input
18-
* Don't use external pwd anymore
19-
* STARTTLS: XMPP server support
20-
* Code improvements to STARTTLS
21-
* Detect better when no STARTTLS is offered
22-
* Rating (SSL Labs, not complete)
24+
* STARTTLS: XMPP server support, plus new set of OpenSSL-bad binaries
25+
* Several code improvements to STARTTLS, also better detection when no STARTTLS is offered
26+
* STARTTLS on active directory service support
27+
* Security fixes: DNS and other input from servers
2328
* Don't penalize missing trust in rating when CA not in Java store
2429
* Added support for certificates with EdDSA signatures and public keys
30+
* Extract CA list shows supported certification authorities sent by the server
31+
* TLS 1.2 and TLS 1.3 sig algs added
32+
* Check for ffdhe groups
33+
* Show server supported signature algorithms
2534
* --add-ca can also now be a directory with \*.pem files
2635
* Warning of 398 day limit for certificates issued after 2020/9/1
2736
* Added environment variable for amount of attempts for ssl renegotiation check
2837
* Added --user-agent argument to support using a custom User Agent
2938
* Added --overwrite argument to support overwriting output files without warning
3039
* Headerflag X-XSS-Protection is now labeled as INFO
40+
* Strict parser for HSTS
41+
* DNS via proxy improvements
3142
* Client simulation runs in wide mode which is even better readable
3243
* Added --reqheader to support custom headers in HTTP requests
3344
* Test for support for RFC 8879 certificate compression
45+
* Deprecating --fast and --ssl-native (warning but still av)
46+
* Compatible to GNU grep 3.8
47+
* Don't use external pwd command anymore
3448
* Doesn't hang anymore when there's no local resolver
35-
* Dockerfiles refactored to be multistaged: performance gain+address bugs/inconsistencies
49+
3650

3751
### Features implemented / improvements in 3.0
3852

CREDITS.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Full contribution, see git log.
99
* David Cooper (main contributor)
1010
- Major extensions to socket support for all protocols
1111
- extended parsing of TLS ServerHello messages
12-
- TLS 1.3 support (final and pre-final)
12+
- TLS 1.3 support (final and pre-final) with needed en/decryption
1313
- add several TLS extensions
1414
- Detection + output of multiple certificates
1515
- several cleanups of server certificate related stuff
@@ -29,7 +29,16 @@ Full contribution, see git log.
2929
- several protocol preferences improvements
3030
- pwnedkeys.com support
3131
- CT support
32+
- Extract CA list CertificateRequest message is encountered
3233
- RFC 8879, certificate compression
34+
- 128 cipher limit, padding
35+
- compatibility for LibreSSL and different OpenSSL versions
36+
- Check for ffdhe groups
37+
- TLS 1.2 and TLS 1.3 sig algs added
38+
- Show server supported signature algorithms
39+
- Show supported certification authorities sent by the server when client auth is requested
40+
- Provide a better verdict wrt to server order: Now per protocol and ciphers are weighted for each protocol
41+
- Provide compatibility to every LibreSSL/OpenSSL versions
3342
- Lots of fixes and improvements
3443

3544
##### Further credits (in alphabetical order)

0 commit comments

Comments
 (0)