AES Key Wrap adds a 64-bit MIC to the payload but we pad the content
authordamien <damien@openbsd.org>
Tue, 12 Aug 2008 18:25:40 +0000 (18:25 +0000)
committerdamien <damien@openbsd.org>
Tue, 12 Aug 2008 18:25:40 +0000 (18:25 +0000)
commit2a21c3058090148199c6197a82010109bf5b8737
tree0450d2d7e3e5ce7c90e3025cea2940497b2d4dc5
parent3dc5ecc793e58e7fb6b23555f21ffd77704bae95
AES Key Wrap adds a 64-bit MIC to the payload but we pad the content
of the frame so that it is a multiple of 8 bytes before encryption.
So we must reserve up to 15 bytes in the mbuf for the worst case, not 8.
sys/net80211/ieee80211_pae_output.c