Wireshark-commits: [Wireshark-commits] rev 52148: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Thu, 19 Sep 2013 20:26:58 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52148

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

Log:
 From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9144 [PATCH] Update TLS Ciphers
 
 Correct cipher suites list, add TLS_ annotations
 
 Add official TLS_ names as comment and correct:
 - 6: RC2 is a block cipher using MD5, not stream+SHA.
 - 25,26,27: should be SHA instead of MD5
 - 98: DES export is a block cipher using 56-bits[1], not stream.
 - 99: DES export should be using 56-bits[1].
 - 138: removed commented RC4 cipher because it is not a block cipher
 
 Besides these comments and corrections, there are no further changes.
 
  [1]: http://tools.ietf.org/html/draft-ietf-tls-56-bit-ciphersuites-00

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +37 -38    packet-ssl-utils.c    Modified