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] Support for Camellia/more TLS ciphers

Date: Sat, 14 Sep 2013 17:36:57 +0000

changed bug 9144

What Removed Added
Attachment #11567 Flags   review_for_checkin?

Comment # 3 on bug 9144 from
Created attachment 11567 [details]
Fix decryption of TLS_RSA_WITH_IDEA_CBC_SHA (0x0007)

Caught when iterating through all SSLv3 cipher suites.
TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 (0x0006) was another one that
could not be decrypted, but this is because libgcrypt does not
support RC2.

(see previous repro-sslv3.tar.gz for test dump)


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