Subject: CVS commit: cryptosrc-intl
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 07/01/1999 13:24:56
Module Name:	cryptosrc-intl
Committed By:	itojun
Date:		Thu Jul  1 10:24:56 UTC 1999

Added Files:
	cryptosrc-intl/crypto-intl/sys/crypto/blowfish: bf_cbc.c bf_cbc_m.c
	    bf_enc.c bf_locl.h bf_pi.h bf_skey.c blowfish.h
	cryptosrc-intl/crypto-intl/sys/crypto/cast128: cast128.c cast128.h
	    cast128_cbc.c cast128_subkey.h
	cryptosrc-intl/crypto-intl/sys/crypto/des: des.h des_3cbc.c des_cbc.c
	    des_ecb.c des_locl.h des_setkey.c podd.h sk.h spr.h
	cryptosrc-intl/crypto-intl/sys/netinet6: esp_core.c esp_input.c
	    esp_output.c

Log Message:
KAME IPsec code, ESP part (options IPSEC_ESP).  Mainly for reference purposes.
Not compilable at this moment, because:
- RC5 source code is ommitted for complicated patent issues, and
  esp_core.c  needs update
- How should we organize the tree?  How to relate src/sys and
  crypto-intl/sys?  How should we write sys/conf/files for this?


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 cryptosrc-intl/crypto-intl/sys/crypto/blowfish/bf_cbc.c \
    cryptosrc-intl/crypto-intl/sys/crypto/blowfish/bf_cbc_m.c \
    cryptosrc-intl/crypto-intl/sys/crypto/blowfish/bf_enc.c \
    cryptosrc-intl/crypto-intl/sys/crypto/blowfish/bf_locl.h \
    cryptosrc-intl/crypto-intl/sys/crypto/blowfish/bf_pi.h \
    cryptosrc-intl/crypto-intl/sys/crypto/blowfish/bf_skey.c \
    cryptosrc-intl/crypto-intl/sys/crypto/blowfish/blowfish.h
cvs rdiff -r0 -r1.1 cryptosrc-intl/crypto-intl/sys/crypto/cast128/cast128.c \
    cryptosrc-intl/crypto-intl/sys/crypto/cast128/cast128.h \
    cryptosrc-intl/crypto-intl/sys/crypto/cast128/cast128_cbc.c \
    cryptosrc-intl/crypto-intl/sys/crypto/cast128/cast128_subkey.h
cvs rdiff -r0 -r1.1 cryptosrc-intl/crypto-intl/sys/crypto/des/des.h \
    cryptosrc-intl/crypto-intl/sys/crypto/des/des_3cbc.c \
    cryptosrc-intl/crypto-intl/sys/crypto/des/des_cbc.c \
    cryptosrc-intl/crypto-intl/sys/crypto/des/des_ecb.c \
    cryptosrc-intl/crypto-intl/sys/crypto/des/des_locl.h \
    cryptosrc-intl/crypto-intl/sys/crypto/des/des_setkey.c \
    cryptosrc-intl/crypto-intl/sys/crypto/des/podd.h \
    cryptosrc-intl/crypto-intl/sys/crypto/des/sk.h \
    cryptosrc-intl/crypto-intl/sys/crypto/des/spr.h
cvs rdiff -r0 -r1.1 cryptosrc-intl/crypto-intl/sys/netinet6/esp_core.c \
    cryptosrc-intl/crypto-intl/sys/netinet6/esp_input.c \
    cryptosrc-intl/crypto-intl/sys/netinet6/esp_output.c

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