Date: Mon, 11 Jul 2005 03:06:23 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net80211 ieee80211_crypto_ccmp.c Message-ID: <200507110306.j6B36NI3058528@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2005-07-11 03:06:23 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_crypto_ccmp.c
Log:
Handle encrypt of arbitarily fragmented mbuf chains: previously
we bailed if we couldn't collect the 16-bytes of data required
for an aes block cipher in 2 mbufs; now we deal with it. While
here make space accounting signed so a sanity check does the
right thing for malformed mbuf chains.
Approved by: re (scottl)
Revision Changes Path
1.7 +68 -18 src/sys/net80211/ieee80211_crypto_ccmp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507110306.j6B36NI3058528>
