cvs commit: src/lib/libipsec pfkey_dump.c src/sbin/setkey setkey.8
token.l src/secure/lib/libcrypto Makefile Makefile.inc
opensslconf-amd64.h opensslconf-i386.h src/sys/conf files
src/sys/crypto/camellia camellia-api.c camellia.c camellia.h ...
George V. Neville-Neil
gnn at FreeBSD.org
Wed May 9 19:37:03 UTC 2007
gnn 2007-05-09 19:37:02 UTC
FreeBSD src repository
Modified files:
lib/libipsec pfkey_dump.c
sbin/setkey setkey.8 token.l
secure/lib/libcrypto Makefile Makefile.inc opensslconf-amd64.h
opensslconf-i386.h
sys/conf files
sys/modules/crypto Makefile
sys/net pfkeyv2.h
sys/netinet6 esp_core.c
sys/netipsec xform_esp.c
sys/opencrypto cryptodev.c cryptodev.h cryptosoft.c
xform.c xform.h
Added files:
sys/crypto/camellia camellia-api.c camellia.c camellia.h
sys/netinet6 esp_camellia.c esp_camellia.h
Log:
Integrate the Camellia Block Cipher. For more information see RFC 4132
and its bibliography.
Submitted by: Tomoyuki Okazaki <okazaki at kick dot gr dot jp>
MFC after: 1 month
Revision Changes Path
1.16 +3 -0 src/lib/libipsec/pfkey_dump.c
1.38 +1 -0 src/sbin/setkey/setkey.8
1.12 +1 -0 src/sbin/setkey/token.l
1.81 +11 -0 src/secure/lib/libcrypto/Makefile
1.47 +1 -1 src/secure/lib/libcrypto/Makefile.inc
1.8 +1 -5 src/secure/lib/libcrypto/opensslconf-amd64.h
1.8 +1 -5 src/secure/lib/libcrypto/opensslconf-i386.h
1.1205 +3 -0 src/sys/conf/files
1.1 +58 -0 src/sys/crypto/camellia/camellia-api.c (new)
1.1 +1332 -0 src/sys/crypto/camellia/camellia.c (new)
1.1 +69 -0 src/sys/crypto/camellia/camellia.h (new)
1.6 +2 -1 src/sys/modules/crypto/Makefile
1.15 +2 -0 src/sys/net/pfkeyv2.h
1.1 +92 -0 src/sys/netinet6/esp_camellia.c (new)
1.1 +35 -0 src/sys/netinet6/esp_camellia.h (new)
1.25 +9 -0 src/sys/netinet6/esp_core.c
1.19 +3 -0 src/sys/netipsec/xform_esp.c
1.34 +3 -0 src/sys/opencrypto/cryptodev.c
1.25 +3 -1 src/sys/opencrypto/cryptodev.h
1.19 +6 -0 src/sys/opencrypto/cryptosoft.c
1.9 +53 -0 src/sys/opencrypto/xform.c
1.4 +1 -0 src/sys/opencrypto/xform.h
More information about the cvs-src
mailing list