Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@
* Compatible to GNU grep 3.8
* Don't use external pwd command anymore
* Doesn't hang anymore when there's no local resolver
* Added --mtls feature to support client authentication
* Added --mtls feature to support client authentication
* Added list of signature_algorithms used for client authentication
* Added support for signature_algorithms_cert extension


### Features implemented / improvements in 3.0
Expand Down
5 changes: 5 additions & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ Full contribution, see git log.
- lots of cleanups
- Shellcheck static analysis

* Riccardo Germenia
- add list of signature algorithms for client auth
- add support for signature_algorithms_cert extension
- add Certificate message to TLS sockets

* Laine Gholson
- avahi/mDNS support
- HTTP2/ALPN
Expand Down
Loading