mirror of
https://github.com/mozilla/cipherscan.git
synced 2024-11-04 23:13:41 +01:00
more detailed PFS report
Just because server supports some bad DH params, doesn't mean it will force them on users. Report number of servers that prefer specific DH params.
This commit is contained in:
parent
d3b6f9b507
commit
349d4ebc3c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user