Update CREDITS.md

This commit is contained in:
Dirk Wetter 2016-11-21 09:05:56 +01:00 committed by GitHub
parent 2c10c622a0
commit 822c3c6cd0

View File

@ -27,10 +27,19 @@
- Detection + output of multiple certificates
- several cleanups of server certificate related stuff
- several fixes
- improved parsing of TLS ServerHello messages
- speed improvements when testing all ciphers
- extensive CN <--> hostname check
- completing parsing of TLS ServerHello messages
- testssl.sh -e: testing with a mixture of openssl + sockets
- finding more TLS extensions via sockets
- extensive CN <--> hostname check
- seperate check for curves
- RFC 7919, key shares extension
* Thomas Patzke:
- Support of supplying timeout value for openssl connect
* Oleksandr Nosenko
- non-flat JSON support
- in file output (CSV, JSON flat, JSON non-flat) support of a minimum severity level
- Christoph Badura
- NetBSD fixes