Wireshark-commits: [Wireshark-commits] master c52b28c: TLS13: prepare for early data trial decrypti
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 12 Mar 2018 16:53:48 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c52b28c28466ecb071a576b450c60bce76908e89
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c52b28c by Peter Wu (peter@xxxxxxxxxxxxx):

    TLS13: prepare for early data trial decryption
    
    Extract code for reuse with early data decryption. No functional change.
    
    Change-Id: I0df1a12a9780a8cfba951e9944ce9665a4b70f7a
    Ping-Bug: 12779
    Reviewed-on: https://code.wireshark.org/review/26444
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  50484e3   Add dissector for Nano / RaiBlocks cryptocurrency protocol
    adds  c52b28c   TLS13: prepare for early data trial decryption


Summary of changes:
 epan/dissectors/packet-ssl-utils.c | 29 +++++++++++-----
 epan/dissectors/packet-ssl-utils.h |  7 ++++
 epan/dissectors/packet-ssl.c       | 69 ++++++++++++++++++++++----------------
 3 files changed, 68 insertions(+), 37 deletions(-)