diff --git a/top1m/parse_results.py b/top1m/parse_results.py index db23887..75b2c04 100644 --- a/top1m/parse_results.py +++ b/top1m/parse_results.py @@ -152,6 +152,7 @@ for r,d,flist in os.walk(path): pfsstats['Support PFS'] += 1 if 'DHE-' in results['ciphersuite'][0]['cipher']: pfsstats['Prefer PFS'] += 1 + pfsstats['Prefer ' + results['ciphersuite'][0]['pfs']] += 1 for s in temppfsstats: pfsstats[s] += 1