http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52335
User: alagoutte
Date: 2013/10/02 05:56 PM
Log:
From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9216 ssl: Support PSK larger than 16 octets
PSK allows up to 2^16-1 octets as key according to RFC 4279 (PSK for
TLS). Therefore remove the restriction of 16 octets. While at it, skip
testing for negative size as this is unnecessary.
Reported at:
http://ask.wireshark.org/questions/25157/can-not-decrypt-ssl-psk-traffic
Directory: /trunk/epan/dissectors/
Changes Path Action
+5 -4 packet-ssl.c Modified