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:   thorpej
Date:           Tue Aug 26 16:37:39 UTC 2003

Modified Files:
        src/sys/crypto/cast128: cast128.c cast128.h
        src/sys/netinet6: esp_core.c
        src/sys/opencrypto: files.opencrypto xform.c
Added Files:
        src/sys/crypto/cast128: cast128sb.h
Removed Files:
        src/sys/crypto/cast128: cast128_subkey.h
        src/sys/opencrypto: cast.c cast.h castsb.h

Log Message:
Move the opencrypto CAST-128 implementation to crypto/cast128, removing
the old one.  Rename the functions/structures from cast_* to cast128_*.
Adapt the KAME IPsec to use the new CAST-128 code, which has a simpler
API and smaller footprint.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/crypto/cast128/cast128.c
cvs rdiff -r1.4 -r1.5 src/sys/crypto/cast128/cast128.h
cvs rdiff -r1.1 -r0 src/sys/crypto/cast128/cast128_subkey.h
cvs rdiff -r0 -r1.1 src/sys/crypto/cast128/cast128sb.h
cvs rdiff -r1.31 -r1.32 src/sys/netinet6/esp_core.c
cvs rdiff -r1.1 -r0 src/sys/opencrypto/cast.c src/sys/opencrypto/cast.h \
    src/sys/opencrypto/castsb.h
cvs rdiff -r1.10 -r1.11 src/sys/opencrypto/files.opencrypto
cvs rdiff -r1.6 -r1.7 src/sys/opencrypto/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