diff --git a/top1m/parse_results.py b/top1m/parse_results.py index 40d85f6..4814267 100644 --- a/top1m/parse_results.py +++ b/top1m/parse_results.py @@ -138,7 +138,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']: