Wireshark-commits: [Wireshark-commits] master 2ee7d21: TLS13: support draft 25 and 26
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 15 Mar 2018 06:02:51 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2ee7d2100cbef88172087c2ae8b8f79a6d11c245
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2ee7d21 by Peter Wu (peter@xxxxxxxxxxxxx):

    TLS13: support draft 25 and 26
    
    Includes new authenticated additional data required for decryption, see
    https://tools.ietf.org/html/draft-ietf-tls-tls13-26#page-83
    
    Tested with current openssl master (OpenSSL_1_1_1-pre2-131-gfa25763b55).
    
    Change-Id: Ifb5bf6ab44bb13cbd8cfa60abe0a2665ad094f9a
    Ping-Bug: 12779
    Reviewed-on: https://code.wireshark.org/review/26447
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  8f3ebb4   TLS13: implement trial decryption for early data
    adds  2ee7d21   TLS13: support draft 25 and 26


Summary of changes:
 epan/dissectors/packet-ssl-utils.c | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)