Wireshark-commits: [Wireshark-commits] master 393b183: Add AES-CMAC encryption support

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 3 Feb 2016 20:54:47 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=393b1838ad08a1e088f4e11a9adb0681d3ec5fb2
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

393b183 by Cedric Izoard (cedric.izoard@xxxxxxxxxxxx):

    Add AES-CMAC encryption support
    
    -Add AES-CMAC encryption need to check MIC when deriving TDLS keys (802.11)
    -Tested against NIST test vector for AES128-CMAC
    
    Bug: 11312
    Change-Id: Id4fd839bdedd3aa135823334e59d98271aea7c2b
    Reviewed-on: https://code.wireshark.org/review/13663
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  16bee21   Add functions for SHA256 and HMAC-SHA256
    adds  393b183   Add AES-CMAC encryption support


Summary of changes:
 wsutil/aes.c |   97 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 wsutil/aes.h |   41 +++++++++++++++++++++++++
 2 files changed, 138 insertions(+)