URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=95fe69080722f726374b181b616030eab1124edb
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
95fe690 by Peter Wu (peter@xxxxxxxxxxxxx):
ssl: add expert info for session resumption
Add expert info to the Change Cipher Spec tree when session resumption
is detected. This can be used as hint that decryption using a RSA key
file will not succeed because of missing key material.
The name of this expert info is "ssl.resumed" or "dtls.resumed" and the
expert info message is "This session reuses previously negotiated keys
(Session resumption)".
Change-Id: I4a83edb13417631c97d6cfc4a57e2086bd217878
Reviewed-on: https://code.wireshark.org/review/11583
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
(cherry picked from commit e0cf8b6ccfdde4a256645979f39b2e46b92e963c)
Reviewed-on: https://code.wireshark.org/review/11866
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from 419c55e ssl-utils: add versions to ssl debug log
adds 95fe690 ssl: add expert info for session resumption
Summary of changes:
epan/dissectors/packet-dtls.c | 43 ++++---------------------------
epan/dissectors/packet-ssl-utils.c | 49 ++++++++++++++++++++++++++++++++++++
epan/dissectors/packet-ssl-utils.h | 24 ++++++++++++++++--
epan/dissectors/packet-ssl.c | 44 ++++----------------------------
4 files changed, 81 insertions(+), 79 deletions(-)