Check for RFC 8879 certificate compression

This commit adds a check for whether the server supports certificate compression (RFC 8879). If it does, then the list of supprted compression methods is output in the server's preference order.
This commit is contained in:
David Cooper
2021-08-04 14:39:12 -04:00
parent b603d57146
commit fa1ccdb565
3 changed files with 90 additions and 8 deletions

View File

@ -23,12 +23,13 @@ Full contribution, see git log.
- experimental "eTLS" detection
- parallel mass testing!
- RFC <--> OpenSSL cipher name space switches for the command line
- better error msg suppression (not fully installed openssl
- better error msg suppression (not fully installed openssl)
- GREASE support
- Bleichenbacher / ROBOT vulnerability test
- several protocol preferences improvements
- pwnedkeys.com support
- CT support
- RFC 8879, certificate compression
- Lots of fixes and improvements
##### Further credits (in alphabetical order)