URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5f165781f15ec612d3178996a19d98b8a6bbf69a
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5f16578 by Hauke Mehrtens (hauke@xxxxxxxxxx):
ssl: add more ciphers for decryption
This patch adds some more ciphers to the list of ciphers that can be
decrypted by wireshark. Most of them are PSK based ciphers. To do the a
actually decryption in most cases the TLS pre master secret or the
master secret is needed.
In the changed lines just a comment with the name of the cipher was
added.
This was generated with the help of Peter Wu's generate-wireshark-cs
script from https://git.lekensteyn.nl/peter/wireshark-notes.git .
Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx>
Change-Id: I347dc5a530380a04cc00418640f00bbda0db8de8
Reviewed-on: https://code.wireshark.org/review/558
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from a14266d Add BTLE RF dissector to release notes
adds 5f16578 ssl: add more ciphers for decryption
Summary of changes:
epan/dissectors/packet-ssl-utils.c | 101 +++++++++++++++++++++++++++++++++---
1 file changed, 93 insertions(+), 8 deletions(-)