Wireshark-commits: [Wireshark-commits] master f706011: TLS: fix decryption with Encrypt-then-MAC (R
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 29 Mar 2017 05:20:09 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f7060112b7e83edd844c90a397e60301ee5f1c29
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f706011 by Peter Wu (peter@xxxxxxxxxxxxx):

    TLS: fix decryption with Encrypt-then-MAC (RFC 7366)
    
    Bug: 13522
    Change-Id: I0dfe30e086c3ef1a4f96f22e2db46e4d4cc7dffa
    Reviewed-on: https://code.wireshark.org/review/20771
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  2de68eb   sharkd: support exporting ssl secrets
    adds  f706011   TLS: fix decryption with Encrypt-then-MAC (RFC 7366)


Summary of changes:
 epan/dissectors/packet-ssl-utils.c |   64 ++++++++++++++++++++++++++++--------
 epan/dissectors/packet-ssl-utils.h |    3 +-
 2 files changed, 53 insertions(+), 14 deletions(-)