Skip to content

Commit

Permalink
Start listing changes and contributions
Browse files Browse the repository at this point in the history
... 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.
  • Loading branch information
drwetter committed Jan 17, 2023
1 parent 8099dc0 commit e9db257
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

## Change Log

### Features implemented / improvements in 3.1dev
### Features implemented / improvements in 3.2rcX

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


### Features implemented / improvements in 3.0

Expand Down
6 changes: 6 additions & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ Full contribution, see git log.
- pwnedkeys.com support
- CT support
- RFC 8879, certificate compression
- 128 cipher limit, padding
- compatibility for LibreSSL and different OpenSSL versions
- Check for ffdhe groups
- Show server supported signature algorithms
- Show supported certification authorities sent by the server when client auth is requested
- Provide a better verdict wrt to server order: Now per protocol and ciphers are weighted for each protocol
- Lots of fixes and improvements

##### Further credits (in alphabetical order)
Expand Down

0 comments on commit e9db257

Please sign in to comment.