Skip to content

Commit e9db257

Browse files
committed
Start listing changes and contributions
... a few items by David and myself. It's a WIP and there are missing points. Feel free to amend the CHANGELOG.md and CREDITS.md.
1 parent 8099dc0 commit e9db257

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
## Change Log
33

4-
### Features implemented / improvements in 3.1dev
4+
### Features implemented / improvements in 3.2rcX
55

66
* Extend Server (cipher) preference: always now in wide mode instead of running all ciphers in the end (per default)
77
* Improved compatibility with OpenSSL 3.0
@@ -31,6 +31,17 @@
3131
* Client simulation runs in wide mode which is even better readable
3232
* Added --reqheader to support custom headers in HTTP requests
3333
* Test for support for RFC 8879 certificate compression
34+
* Check for ffdhe groups
35+
* New set of OpenSSL-bad binaries with STARTTLS xmpp-server
36+
* Save a few cycles for ROBOT
37+
* Provide a better verdict wrt to server order: Now per protocol and ciphers are
38+
weighted for each protocol
39+
* Remove "negotiated cipher / protocol"
40+
* Extract CA list shows supported certification authorities sent by the server
41+
* Show server supported signature algorithms
42+
* Compatible to GNU grep 3.8
43+
* STARTTLS on active directory service works now
44+
3445

3546
### Features implemented / improvements in 3.0
3647

CREDITS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ Full contribution, see git log.
3030
- pwnedkeys.com support
3131
- CT support
3232
- RFC 8879, certificate compression
33+
- 128 cipher limit, padding
34+
- compatibility for LibreSSL and different OpenSSL versions
35+
- Check for ffdhe groups
36+
- Show server supported signature algorithms
37+
- Show supported certification authorities sent by the server when client auth is requested
38+
- Provide a better verdict wrt to server order: Now per protocol and ciphers are weighted for each protocol
3339
- Lots of fixes and improvements
3440

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

0 commit comments

Comments
 (0)