CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/10/06 16:19:20
Modified files:
sys/conf : files
lib/libc/gen : sysctl.3
lib/libssl/src/crypto/engine: eng_cryptodev.c hw_cryptodev.c
regress/sbin/ipsecctl: sa11.in sa11.ok sa18.in sa18.ok sa21.in
sa21.ok sa23.in sa23.ok sa6.in sa6.ok
sa9.in sa9.ok
sbin/ipsecctl : ipsec.conf.5 ipsecctl.h parse.y pfkdump.c
pfkey.c
share/man/man4 : crypto.4
share/man/man9 : crypto.9
sys/crypto : cryptodev.c cryptodev.h cryptosoft.c xform.c
xform.h
sys/net : pfkeyv2.c pfkeyv2.h pfkeyv2_convert.c
sys/netinet : ip_esp.c ip_ipsp.h
Removed files:
sys/crypto : skipjack.c skipjack.h
Log message:
Retire Skipjack
There's not much use for the declassified cipher from the 80's
with a questionable license these days. According to the FIPS
drafts, Skipjack reaches its EOL in December 2010.
The libc portion will be removed after the ports hackathon.
djm and thib agree, no objections from deraadt
Thanks to jsg for digging up FIPS drafts.