mirror of
https://github.com/mozilla/cipherscan.git
synced 2024-11-04 23:13:41 +01:00
Big handshake intolerance report
This commit is contained in:
parent
5f5487307d
commit
abe8d329a9
@ -290,6 +290,12 @@ for r,d,flist in os.walk(path):
|
||||
configs['small-TLSv1.0']['tolerant'] != "True" and \
|
||||
configs['small-TLSv1.0-notlsext']['tolerant'] == "True":
|
||||
tempfallbacks['TLS extension Intolerance'] = 1
|
||||
if configs['big-TLSv1.2']['tolerant'] != "True" and \
|
||||
configs['big-TLSv1.1']['tolerant'] != "True" and \
|
||||
configs['big-TLSv1.0']['tolerant'] != "True" and \
|
||||
(configs['small-TLSv1.2']['tolerant'] == "True" or
|
||||
configs['v2-small-TLSv1.2']['tolerant'] == "True"):
|
||||
tempfallbacks['Big handshake intolerance'] = 1
|
||||
except KeyError:
|
||||
pass
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user