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 62874e3: TLS13: add final tests for RFC 8446

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

Commits:

62874e3 by Peter Wu (peter@xxxxxxxxxxxxx):

    TLS13: add final tests for RFC 8446
    
    Add TLS 1.3 tests that verify decryption of handshake, application and
    early data. Add another test that shows that early data is properly
    skipped. This completes TLS 1.3 (RFC 8446) decryption support.
    
    The trace was created using boringssl c4131a4a23a1.
    
    Bug: 12779
    Change-Id: Iddd266ecd3f428c95aa3f69616ce55e75d4ccca0
    Reviewed-on: https://code.wireshark.org/review/29170
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  fd7ec35   TLS13: properly skip over failed decryption of early data
     add  62874e3   TLS13: add final tests for RFC 8446


Summary of changes:
 test/captures/tls13-rfc8446.pcap     | Bin 0 -> 4158 bytes
 test/keys/tls13-rfc8446-noearly.keys |   8 ++++++
 test/keys/tls13-rfc8446.keys         |   9 ++++++
 test/suite_decryption.py             |  52 +++++++++++++++++++++++++++++++++++
 4 files changed, 69 insertions(+)
 create mode 100644 test/captures/tls13-rfc8446.pcap
 create mode 100644 test/keys/tls13-rfc8446-noearly.keys
 create mode 100644 test/keys/tls13-rfc8446.keys