ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 9144] [PATCH] Update TLS Ciphers

Date: Sun, 15 Sep 2013 07:27:47 +0000

changed bug 9144

What Removed Added
CC   [email protected]

Comment # 7 on bug 9144 from
(In reply to comment #4)
> Created attachment 11568 [details]
> dump.pcapng (for non-TLS ciphers)
> 
> This capture is generated using the openssl s_client against a nginx server
> with EC, RSA and DSA certificates added for each host. TLS is disabled,
> otherwise Wireshark has difficulties handling it.
> 
> All cipher suites are properly decrypted, except for
> TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 and TLS_RSA_WITH_IDEA_CBC_SHA. See a
> previous patch for fixing the IDEA cipher. RC2 cannot get fixed in Wireshark
> as stated before.
> 
> premaster will follow
> 
> The following cipher suites are included:
> EXP-RC4-MD5
> RC4-MD5
> RC4-SHA
> EXP-RC2-CBC-MD5
> IDEA-CBC-SHA
> EXP-DES-CBC-SHA
> DES-CBC-SHA
> DES-CBC3-SHA
> EDH-DSS-DES-CBC-SHA
> EDH-DSS-DES-CBC3-SHA
> EDH-RSA-DES-CBC-SHA
> EDH-RSA-DES-CBC3-SHA
> AES128-SHA
> DHE-DSS-AES128-SHA
> DHE-RSA-AES128-SHA
> AES256-SHA
> DHE-DSS-AES256-SHA
> DHE-RSA-AES256-SHA
> CAMELLIA128-SHA
> DHE-DSS-CAMELLIA128-SHA
> DHE-RSA-CAMELLIA128-SHA
> CAMELLIA256-SHA
> DHE-DSS-CAMELLIA256-SHA
> DHE-RSA-CAMELLIA256-SHA
> SEED-SHA
> DHE-DSS-SEED-SHA
> DHE-RSA-SEED-SHA
> ECDH-ECDSA-RC4-SHA
> ECDH-ECDSA-DES-CBC3-SHA
> ECDH-ECDSA-AES128-SHA
> ECDH-ECDSA-AES256-SHA
> ECDHE-ECDSA-RC4-SHA
> ECDHE-ECDSA-DES-CBC3-SHA
> ECDHE-ECDSA-AES128-SHA
> ECDHE-ECDSA-AES256-SHA
> ECDHE-RSA-RC4-SHA
> ECDHE-RSA-DES-CBC3-SHA
> ECDHE-RSA-AES128-SHA
> ECDHE-RSA-AES256-SHA

Nice

Great work !

@Gerald May be add this pcap to suite-decryption.sh tools ?


You are receiving this mail because:
  • You are watching all bug changes.