http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52050
User: alagoutte
Date: 2013/09/14 11:59 PM
Log:
From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9144 [PATCH] Update TLS Ciphers
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
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -1 packet-ssl-utils.c Modified