2
0
mirror of https://github.com/mozilla/cipherscan.git synced 2024-09-28 23:53:41 +02:00
Commit Graph

3 Commits

Author SHA1 Message Date
Hubert Kario
1f26852b29 size intolerance checks
since TLSv1.3 client hello's will include initial client key share,
verify that the server is able to accept and process big client hello
messages
2016-08-27 23:26:56 +02:00
Hubert Kario
88ae052f8e add more probes
since not all servers support the ciphers supported by Firefox 42,
add other configurations to make sure we can find a way to connect
to server, if anything could

also includes much more elaborate and realistic TLSv1.3 Client Hello
(the Xmas tree)
2016-08-27 23:26:56 +02:00
Hubert Kario
22ed23f071 TLS version (in)tolerance scanner
Since it is impossible to make openssl command line tool send
TLSv1.3 Client Hello message, add a python based tool to perform
TLS version intolerance scan
2016-08-27 23:26:55 +02:00