wireshark/epan/crypt
Mikael Kanstrup c6dff594b9 dot11decrypt: Fix MIC calc for HMAC-SHA384
The temporary buffer to store calculated mic is too short to keep
the message digest when using HMAC-SHA384 algo. HMAC-SHA384 yields
a message digest of 48 bytes so increase buffer size to make room
for the largest possible value.

Ping-Bug: 16197
Change-Id: I36fd094c39ce77329fb303fa181d286be694ae65
Reviewed-on: https://code.wireshark.org/review/35067
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-11-14 08:27:54 +00:00
..
CMakeLists.txt HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
CMakeListsCustom.txt.example spdx: more licenses converted. 2018-03-07 15:56:44 +00:00
dot11decrypt.c dot11decrypt: Fix MIC calc for HMAC-SHA384 2019-11-14 08:27:54 +00:00
dot11decrypt_ccmp.c spdx: convert files with multiple licenses. 2018-03-09 12:13:23 +00:00
dot11decrypt_debug.h dot11decrypt: Shorten the debug macros 2019-11-03 17:20:46 +00:00
dot11decrypt_int.h HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
dot11decrypt_interop.h spdx: convert files with multiple licenses. 2018-03-09 12:13:23 +00:00
dot11decrypt_rijndael.c dot11decrypt: Create RC4 decryption and key copy helper functions 2018-11-09 05:51:22 +00:00
dot11decrypt_rijndael.h dot11decrypt: Create RC4 decryption and key copy helper functions 2018-11-09 05:51:22 +00:00
dot11decrypt_system.h dot11decrypt: Dynamic sized TK, KEK, KCK, PTK 2019-11-14 08:27:29 +00:00
dot11decrypt_tkip.c spdx: convert files with multiple licenses. 2018-03-09 12:13:23 +00:00
dot11decrypt_user.h dot11decrypt: Support 384 bit long PMK 2019-11-14 08:27:37 +00:00
dot11decrypt_ws.h spdx: convert files with multiple licenses. 2018-03-09 12:13:23 +00:00
kasumi.h epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
wep-wpadefs.h dot11decrypt: Support 384 bit long PMK 2019-11-14 08:27:37 +00:00