Date: Tue, 27 Nov 2001 06:11:47 -0800 (PST) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 esp_core.c src/sys/crypto/cast128 cast128.c cast128.h Message-ID: <200111271411.fAREBlP08782@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ume 2001/11/27 06:11:47 PST Modified files: sys/netinet6 esp_core.c sys/crypto/cast128 cast128.c cast128.h Log: fixed the cast128 calculation with a short cipher key length. the memory was overridden when the key length was less than 16 bytes. Obtained from: KAME MFC after: 1 week Revision Changes Path 1.5 +16 -3 src/sys/crypto/cast128/cast128.c 1.5 +3 -3 src/sys/crypto/cast128/cast128.h 1.7 +3 -2 src/sys/netinet6/esp_core.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111271411.fAREBlP08782>