diff --git a/top1m/parse_results.py b/top1m/parse_results.py index bdcd304..d95d60c 100644 --- a/top1m/parse_results.py +++ b/top1m/parse_results.py @@ -151,7 +151,7 @@ for r,d,flist in os.walk(path): RSA = True """ save the key size """ - if 'ECDSA' in entry['cipher']: + if 'ECDSA' in entry['cipher'] or 'ECDH-RSA' in entry['cipher']: ECDSA = True tempecckeystats[entry['pubkey'][0]] = 1 elif 'DSS' in entry['cipher']: