cvs commit: src/sys/net80211 ieee80211_crypto_ccmp.c
Sam Leffler
sam at FreeBSD.org
Mon Jul 11 03:06:24 GMT 2005
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
More information about the cvs-src
mailing list