Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   drochner
Date:           Mon May 23 15:37:36 UTC 2011

Modified Files:
        src/sys/conf: files
        src/sys/dev/pci: if_iwi.c
        src/sys/net80211: ieee80211_crypto.c
        src/sys/opencrypto: cryptodev.c cryptosoft_xform.c

Log Message:
-remove references to crypto/arc4/arc4.* -- the code isn't used
 anywhere afaics
 (The confusion comes probably from use of arc4random() at various places,
  but this lives in libkern and doesn't share code with the former.)
-g/c non-implementation of arc4 encryption in swcrypto(4)
-remove special casing of ARC4 in crypto(4) -- the point is that it
 doesn't use an IV, and this fact is made explicit by the new "ivsize"
 property of xforms


To generate a diff of this commit:
cvs rdiff -u -r1.1014 -r1.1015 src/sys/conf/files
cvs rdiff -u -r1.86 -r1.87 src/sys/dev/pci/if_iwi.c
cvs rdiff -u -r1.14 -r1.15 src/sys/net80211/ieee80211_crypto.c
cvs rdiff -u -r1.61 -r1.62 src/sys/opencrypto/cryptodev.c
cvs rdiff -u -r1.18 -r1.19 src/sys/opencrypto/cryptosoft_xform.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index