Wireshark-commits: [Wireshark-commits] master 62874e3: TLS13: add final tests for RFC 8446
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