Wireshark-commits: [Wireshark-commits] rev 52150: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Thu, 19 Sep 2013 20:27:13 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52150

User: alagoutte
Date: 2013/09/19 01:27 PM

Log:
 From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9144 [PATCH] Update TLS Ciphers
 
 Really add support for AEAD ciphers (GCM)
 
 GCM uses counter mode with authentication tags (the latter is currently
 not supported). As for the key material, there is no MAC (because the
 auth tag is supposed to verify the authenticity).
 
 Finally, correct the GCM cipher suite definitions: IV block size of
 4 bytes and GCM instead of CBC mode.

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +75 -27    packet-ssl-utils.c    Modified
  +7 -3      packet-ssl-utils.h    Modified