diff --git a/top1m/parse_results.py b/top1m/parse_results.py index 2a4a228..2bf9ce6 100644 --- a/top1m/parse_results.py +++ b/top1m/parse_results.py @@ -209,7 +209,8 @@ for r,d,flist in os.walk(path): if 'ADH' in entry['cipher'] or 'AECDH' in entry['cipher'] or \ 'EXP' in entry['cipher'] or \ 'DES-CBC3-MD5' in entry['cipher'] or \ - 'RC4-64-MD5' in entry['cipher']: + 'RC4-64-MD5' in entry['cipher'] or \ + 'IDEA-CBC-MD5' in entry['cipher']: ciphertypes += 1 name = "z:" + entry['cipher'] tempcipherstats[name] = 1