mirror of
https://github.com/mozilla/cipherscan.git
synced 2024-11-04 23:13:41 +01:00
add FF 44 ciphers
since FF 44 has a different cipher set than FF 35, especially the drop of DSS and RC4, it will be useful to have connection statistics for it
This commit is contained in:
parent
5d930c2d32
commit
bbeac6107a
@ -68,6 +68,19 @@ client_ciphers['FF 35']=[
|
||||
'RC4-SHA',
|
||||
'RC4-MD5']
|
||||
|
||||
client_ciphers['FF 44']=[
|
||||
'ECDHE-ECDSA-AES128-GCM-SHA256',
|
||||
'ECDHE-RSA-AES128-GCM-SHA256',
|
||||
'ECDHE-ECDSA-AES256-SHA',
|
||||
'ECDHE-ECDSA-AES128-SHA',
|
||||
'ECDHE-RSA-AES128-SHA',
|
||||
'ECDHE-RSA-AES256-SHA',
|
||||
'DHE-RSA-AES128-SHA',
|
||||
'DHE-RSA-AES256-SHA',
|
||||
'AES128-SHA',
|
||||
'AES256-SHA',
|
||||
'DES-CBC3-SHA']
|
||||
|
||||
report_untrused=False
|
||||
|
||||
cipherstats = defaultdict(int)
|
||||
|
Loading…
Reference in New Issue
Block a user