add, resort

This commit is contained in:
Dirk 2017-04-01 20:57:09 +02:00
parent c9bdd23a03
commit 540567ec83

View File

@ -1,6 +1,23 @@
##### Credits also to ##### Credits also to
* David Cooper
- Detection + output of multiple certificates
- several cleanups of server certificate related stuff
- fixing the file outputs
- several further fixes
- improved parsing of TLS ServerHello messages
- speed improvements when testing all ciphers
- extensive CN <--> hostname check
- seperate check for curves
* Frank Breedijk
- Detection of insecure redirects
- JSON and CSV output
- CA pinning
- Client simulations
- CI integration, test cases for it
* Peter Mosmans * Peter Mosmans
- started way better cmd line parsing - started way better cmd line parsing
- cleanups, fixes - cleanups, fixes
@ -16,22 +33,6 @@
- lots of cleanups - lots of cleanups
- Shellcheck static analysis - Shellcheck static analysis
* Frank Breedijk
- Detection of insecure redirects
- JSON and CSV output
- CA pinning
- Client simulations
- CI integration, test cases for it
* David Cooper
- 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
- seperate check for curves
- Christoph Badura - Christoph Badura
- NetBSD fixes - NetBSD fixes
@ -65,7 +66,6 @@
- HTTP2/ALPN - HTTP2/ALPN
- bugfixes - bugfixes
- former ARM binary support - former ARM binary support
* Дилян Палаузов * Дилян Палаузов
- bug fix for 3des report - bug fix for 3des report
- reported a tricky STARTTLS bug - reported a tricky STARTTLS bug
@ -98,7 +98,7 @@
* OpenSSL team for providing openssl. * OpenSSL team for providing openssl.
* Ivan Ristic/Qualys for the liberal license which made it possible to use the client data * Ivan Ristic/Qualys for the liberal license of the API which made it possible to use the client data
* my family for supporting me doing this work * my family for supporting me doing this work