|
1 | 1 |
|
2 | 2 | ## Change Log |
3 | 3 |
|
4 | | -### Features implemented / improvements in 3.2rcX |
| 4 | +### Features implemented / improvements in 3.2 |
5 | 5 |
|
6 | 6 | * Rating (SSL Labs, not complete) |
7 | 7 | * 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 |
8 | 11 | * Improved compatibility with OpenSSL 3.0 |
9 | | -* Improved compatibility with Open/LibreSSL versions not suppoting TLS 1.0-1.1 anymore |
| 12 | +* Improved compatibility with Open/LibreSSL versions not supporting TLS 1.0-1.1 anymore |
10 | 13 | * Renamed PFS/perfect forward secrecy --> FS/forward secrecy |
11 | 14 | * Cipher list straightening |
12 | 15 | * Improved mass testing |
13 | | -* switched to multi-stage image with opensuse base to avoid musl libc issues |
14 | | -* Btter align colors of ciphers with standard cipherlists |
| 16 | +* Better align colors of ciphers with standard cipherlists |
| 17 | +* Save a few cycles for ROBOT |
15 | 18 | * Several ciphers more colorized |
16 | 19 | * Percent output char problem fixed |
17 | 20 | * Several display/output fixes |
18 | 21 | * BREACH check: list all compression methods and add brotli |
19 | 22 | * Test for old winshock vulnerability |
20 | 23 | * Test for STARTTLS injection vulnerabilities (SMTP, POP3, IMAP) |
21 | | -* STARTTLS: XMPP server support |
| 24 | +* STARTTLS: XMPP server support, plus new set of OpenSSL-bad binaries |
22 | 25 | * Several code improvements to STARTTLS, also better detection when no STARTTLS is offered |
23 | 26 | * STARTTLS on active directory service support |
24 | 27 | * Security fixes: DNS and other input from servers |
|
39 | 42 | * Client simulation runs in wide mode which is even better readable |
40 | 43 | * Added --reqheader to support custom headers in HTTP requests |
41 | 44 | * Test for support for RFC 8879 certificate compression |
42 | | -* New set of OpenSSL-bad binaries with STARTTLS xmpp-server |
43 | | -* Save a few cycles for ROBOT |
44 | | -* Provide a better verdict wrt to server order: Now per protocol and ciphers are |
45 | | - weighted for each protocol |
46 | | -* Remove "negotiated cipher / protocol" |
47 | 45 | * Deprecating --fast and --ssl-native (warning but still av) |
48 | 46 | * Compatible to GNU grep 3.8 |
49 | 47 | * Don't use external pwd command anymore |
| 48 | +* Doesn't hang anymore when there's no local resolver |
50 | 49 |
|
51 | 50 |
|
52 | 51 | ### Features implemented / improvements in 3.0 |
|
0 commit comments