Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 40273: /trunk/ /trunk/epan/dissectors/: packet-ssl-utils

Date: Thu, 22 Dec 2011 07:03:42 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40273

User: etxrab
Date: 2011/12/21 11:03 PM

Log:
 From Naoyoshi Ueda:
 
 Enable decryption of TLS 1.2.
 
  Add some cipher suites from RFC5246 and RFC5289.
 
 Fixed a bug in the handling of stream cipher.
 (The explicit IV field in the application record doesn't exist when stream ciphers are used. But the original code handles it as if one-byte IV exists.)
 
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6688

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +87 -17    packet-ssl-utils.c    Modified
  +3 -1      packet-ssl-utils.h    Modified
  +1 -1      packet-ssl.c          Modified

Directory: /trunk/
  Changes    Path          Action
  +1 -0      AUTHORS       Modified