ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master fd7ec35: TLS13: properly skip over failed decryption

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 17 Aug 2018 07:27:42 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fd7ec355ec4bf1f7c8129ff01135bb1387959a7e
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

fd7ec35 by Peter Wu (peter@xxxxxxxxxxxxx):

    TLS13: properly skip over failed decryption of early data
    
    When early data is present but undecryptable (due to lack of keys), it
    should not result in incrementing the sequence number or the following
    application data from the client will fail to decrypt.
    
    Change-Id: I8016a30508d96c14cbd6a3b9c4af1591a6c437c3
    Ping-Bug: 12779
    Reviewed-on: https://code.wireshark.org/review/29169
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  8e3562f   NIST-CSOR: ASN.1 dissector for NIST Computer Security Objects Register defined OIDs and their parameeters
     add  fd7ec35   TLS13: properly skip over failed decryption of early data


Summary of changes:
 epan/dissectors/packet-ssl-utils.c | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)