URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=591561387962f2892e639d2bce76392815abfa10
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
5915613 by Mikael Kanstrup (mikael.kanstrup@xxxxxxxx):
dot11decrypt: Support 384 bit long PMK
With AKMS 00-0F-AC:12 a 384 bit long PMK shall be used. To be able
to support key derivation and decryption from this larger sized
PMK the user PSK / PMK key input validation code is updated as well
as the various places where a hard coded PMK size is used.
Ping-Bug: 16197
Change-Id: I39c9337e8a84095246e3db5ef33dc96fb78e5dc3
Reviewed-on: https://code.wireshark.org/review/35065
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 7638ea0 dot11decrypt: Dynamic sized TK, KEK, KCK, PTK
add 5915613 dot11decrypt: Support 384 bit long PMK
Summary of changes:
epan/crypt/dot11decrypt.c | 20 +++++++++++---------
epan/crypt/dot11decrypt_user.h | 6 ++++--
epan/crypt/wep-wpadefs.h | 7 -------
epan/dissectors/packet-ieee80211.c | 9 +++++----
4 files changed, 20 insertions(+), 22 deletions(-)