From abe8d329a99b3d27a9b7807fcd1a3089a7e9c8f5 Mon Sep 17 00:00:00 2001 From: Hubert Kario Date: Sun, 5 Apr 2015 16:24:46 +0200 Subject: [PATCH] Big handshake intolerance report --- top1m/parse_results.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/top1m/parse_results.py b/top1m/parse_results.py index 74192be..e4ba944 100644 --- a/top1m/parse_results.py +++ b/top1m/parse_results.py @@ -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