https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4853
Summary: Support for RFC4279 Pre-Shared Key Ciphersuites for
Transport Layer Security (TLS)
Product: Wireshark
Version: SVN
Platform: All
OS/Version: All
Status: NEW
Severity: Enhancement
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: wiresharkbugzilla@xxxxxxxxxxxxx
Created an attachment (id=4770)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=4770)
patch for RFC 4279 support
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
RFC4279 extends to common TLS scenario to one with a pre-shared-key (PSK). This
is rarely used, but if it is, and the key is known, it can be decrypted fairly
easy, since only the session-key generation has to be adopted. To quote from
the RFC, RFC4279 "specifies three sets of new ciphersuites for the Transport
Layer Security (TLS) protocol to support authentication based on pre-shared
keys (PSKs). These pre-shared keys are symmetric keys, shared in advance among
the communicating parties."
The patch adds an input field for an psk in hex format to the ssl protocol
options and applies this key when a psk ciphersuite is recognised.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.