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: Thu, 19 Sep 2013 21:36:59 +0000

Comment # 32 on bug 9144 from
Thanks, how about the capture files? Would it be useful to list them at
http://wiki.wireshark.org/SampleCaptures#SSL_with_decryption_keys or add them
to the "test suite" (some shell scripts using grep for verification..?)

FWIW, there are still some cipher suites missing that are reserved by IANA (RFC
6367[1]). If someone ever needs to have more Camellia ciphers supported:
1. Use generate-wireshark-cs[2] to generate code.
2. Use openssl-connect[3] / openssl-listen[4] to generate a capture and
premaster key (assuming no NSS support that makes it easier to retrieve a
keylog file)

 [1]: http://tools.ietf.org/html/rfc6367#section-5
 [2]:
https://git.lekensteyn.nl/peter/wireshark-notes/tree/generate-wireshark-cs
 [3]: https://git.lekensteyn.nl/peter/wireshark-notes/tree/openssl-connect
 [4]: https://git.lekensteyn.nl/peter/wireshark-notes/tree/openssl-listen


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