Wireshark-commits: [Wireshark-commits] master 16c315c: dot11decrypt: Let libgcrypt handle AES unwra
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 15 Mar 2020 14:55:08 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=16c315ca32307f279712e615e7277f860ec69288
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

16c315c by Mikael Kanstrup (mikael.kanstrup@xxxxxxxx):

    dot11decrypt: Let libgcrypt handle AES unwrap
    
    From version 1.5.0 of libgcrypt there's support for AES unwrap. Use the
    libcrypt function when available.
    
    While at it also make AES_unwrap a static function of dot11decrypt.c
    
    Change-Id: I4f69a766df3ea19ce25122e8d2fd1086f440995b
    Reviewed-on: https://code.wireshark.org/review/36431
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  1d20a87   Qt: Fix bug causing hidden columns to be displayed
     add  16c315c   dot11decrypt: Let libgcrypt handle AES unwrap


Summary of changes:
 epan/crypt/CMakeLists.txt             |  2 -
 epan/crypt/dot11decrypt.c             | 96 ++++++++++++++++++++++++++++++----
 epan/crypt/dot11decrypt_ccmp_compat.c |  2 -
 epan/crypt/dot11decrypt_rijndael.c    | 98 -----------------------------------
 epan/crypt/dot11decrypt_rijndael.h    | 46 ----------------
 5 files changed, 87 insertions(+), 157 deletions(-)
 delete mode 100644 epan/crypt/dot11decrypt_rijndael.c
 delete mode 100644 epan/crypt/dot11decrypt_rijndael.h