Wireshark-commits: [Wireshark-commits] master a924de1: test/suite_decryption: Add WPA3 SuiteB-192 b

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 14 Nov 2019 08:28:18 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a924de1e3e5065a609d2ea278c703191289e4900
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

a924de1 by Mikael Kanstrup (mikael.kanstrup@xxxxxxxx):

    test/suite_decryption: Add WPA3 SuiteB-192 bit test
    
    Add a test to verify that PTK can be derived for WPA3 SuiteB-192
    captures and that encrypted keydata field is decrypted so that
    GTK can be dissected.
    NOTE: Capture file contains no encrypted data frames as currently
    Wireshark does not support decrypting GCMP-256 encrypted data.
    
    Ping-Bug: 16197
    Change-Id: I57fbc14a4b4bca58790c4edcee14f1ef73d73fd5
    Reviewed-on: https://code.wireshark.org/review/35068
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  c6dff59   dot11decrypt: Fix MIC calc for HMAC-SHA384
     add  a924de1   test/suite_decryption: Add WPA3 SuiteB-192 bit test


Summary of changes:
 test/captures/wpa3-suiteb-192.pcapng.gz | Bin 0 -> 5109 bytes
 test/config/80211_keys.tmpl             |   1 +
 test/suite_decryption.py                |  22 ++++++++++++++++++++++
 3 files changed, 23 insertions(+)
 create mode 100644 test/captures/wpa3-suiteb-192.pcapng.gz