URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6cc7a7031d039facf4e3d39a322589ec39807424
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
6cc7a70 by Peter Wu (peter@xxxxxxxxxxxxx):
TLS13: handle Key Update for decryption
Generate new key upon receipt of Key Update message. Untested.
Note that the "traffic_secret" field in SslDecryptSession was unused and
since the client and server have two different encryption states, store
the application traffic secret in SslDecoder.
Change-Id: Iefca3f6cb75745a996fecb0fe7769c876dc9c4ee
Ping-Bug: 12779
Reviewed-on: https://code.wireshark.org/review/20013
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from eb1a63f TLS13: add Key Update dissection
adds 6cc7a70 TLS13: handle Key Update for decryption
Summary of changes:
epan/dissectors/packet-ssl-utils.c | 63 +++++++++++++++++++++++++++++++++---
epan/dissectors/packet-ssl-utils.h | 10 +++++-
epan/dissectors/packet-ssl.c | 3 ++
3 files changed, 71 insertions(+), 5 deletions(-)