Subject: CVS commit: cryptosrc-intl
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 06/14/2000 14:28:16
Module Name:	cryptosrc-intl
Committed By:	itojun
Date:		Wed Jun 14 11:28:16 UTC 2000

Modified Files:
	cryptosrc-intl/crypto-intl/sys/crypto/blowfish: bf_cbc_m.c blowfish.h
	cryptosrc-intl/crypto-intl/sys/crypto/cast128: cast128.h cast128_cbc.c
	cryptosrc-intl/crypto-intl/sys/crypto/des: des.h des_3cbc.c des_cbc.c
	cryptosrc-intl/crypto-intl/sys/netinet6: esp_core.c

Log Message:
add algorithm name to algorithm table.
pass encryption/decryption error code up to ESP layer, just in case.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 \
    cryptosrc-intl/crypto-intl/sys/crypto/blowfish/bf_cbc_m.c \
    cryptosrc-intl/crypto-intl/sys/crypto/blowfish/blowfish.h
cvs rdiff -r1.3 -r1.4 cryptosrc-intl/crypto-intl/sys/crypto/cast128/cast128.h \
    cryptosrc-intl/crypto-intl/sys/crypto/cast128/cast128_cbc.c
cvs rdiff -r1.3 -r1.4 cryptosrc-intl/crypto-intl/sys/crypto/des/des.h \
    cryptosrc-intl/crypto-intl/sys/crypto/des/des_cbc.c
cvs rdiff -r1.4 -r1.5 cryptosrc-intl/crypto-intl/sys/crypto/des/des_3cbc.c
cvs rdiff -r1.9 -r1.10 cryptosrc-intl/crypto-intl/sys/netinet6/esp_core.c

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