This commit is contained in:
Dirk 2016-10-03 20:21:38 +02:00
parent e2023f51ac
commit 878ab519c0

View File

@ -19,15 +19,21 @@
* Frank Breedijk * Frank Breedijk
- Detection of insecure redirects - Detection of insecure redirects
- JSON and CSV output - JSON and CSV output
- CA pinning
- Client simulations - Client simulations
- CI integration, test cases for it - CI integration, test cases for it
* David Cooper * David Cooper
- Detection + output of multiple certificates - Detection + output of multiple certificates
- several cleanups of server certificate related stuff - several cleanups of server certificate related stuff
- several minor fixes - several fixes
- improved parsing of TLS ServerHello messages - improved parsing of TLS ServerHello messages
- speed improvements when testing all ciphers - speed improvements when testing all ciphers
- extensive CN <--> hostname check
- seperate check for curves
- Christoph Badura
- NetBSD fixes
* Jean Marsault * Jean Marsault
- client auth: ideas, code snipplets - client auth: ideas, code snipplets
@ -45,10 +51,10 @@
- ARM binary support - ARM binary support
* Jeroen Wiert Pluimers * Jeroen Wiert Pluimers
- supplied new Darwin binaries - Darwin binaries support
* Julien Vehent * Julien Vehent
- supplied Darwin binary - supplied 1st Darwin binary
* Rechi * Rechi
- initial MX stuff - initial MX stuff
@ -58,6 +64,7 @@
- avahi/mDNS support - avahi/mDNS support
- HTTP2/ALPN - HTTP2/ALPN
- bugfixes - bugfixes
- former ARM binary support
* Дилян Палаузов * Дилян Палаузов
- bug fix for 3des report - bug fix for 3des report
@ -93,3 +100,5 @@
* Ivan Ristic/Qualys for the liberal license which made it possible to use the client data * Ivan Ristic/Qualys for the liberal license which made it possible to use the client data
* my family for supporting me doing this work