diff options
author | heinz <heinz@pkgsrc.org> | 2006-03-12 01:32:31 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2006-03-12 01:32:31 +0000 |
commit | 4453fb254dab09ef7b5a9057cbf3cbdab1bba611 (patch) | |
tree | b25ba44f553b89d2bd8e385eb744b5e59b9e6a84 /security/p5-Crypt-CBC/Makefile | |
parent | b247cede390e9f9bc8614baa2155d0dcda2d47b2 (diff) | |
download | pkgsrc-4453fb254dab09ef7b5a9057cbf3cbdab1bba611.tar.gz |
Updated to version 2.17.
Pkgsrc changes:
none
Changes since version 2.15:
===========================
2.17 Mon Jan 9 18:22:51 EST 2006
-IMPORTANT NOTE: Versions of this module prior to 2.17 were incorrectly
using 8 byte IVs when generating the old-style RandomIV style header
(as opposed to the new-style random salt header). This affects data
encrypted using the Rijndael algorithm, which has a 16 byte blocksize,
and is a significant security issue.
The bug has been corrected in versions 2.17 and higher by making it
impossible to use 16-byte block ciphers with RandomIV headers. You may
still read legacy encrypted data by explicitly passing the
-insecure_legacy_decrypt option to Crypt::CBC->new().
-The salt, iv and key are now reset before each complete encryption
cycle. This avoids inadvertent reuse of the same salt.
-A new -header option has been added that allows you to select
among the various types of headers, and avoids the ambiguity
of having multiple interacting options.
-A new random_bytes() method provides access to /dev/urandom on
suitably-equipped hardware.
2.16 Tue Dec 6 14:17:45 EST 2005
- Added two new options to new():
-keysize => <bytes> Force the keysize -- useful for Blowfish
-blocksize => <bytes> Force the blocksize -- not known to be useful
("-keysize=>16" is necessary to decrypt OpenSSL messages encrypted
with Blowfish)
Diffstat (limited to 'security/p5-Crypt-CBC/Makefile')
-rw-r--r-- | security/p5-Crypt-CBC/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile index 84847d3a6b4..18de0e75354 100644 --- a/security/p5-Crypt-CBC/Makefile +++ b/security/p5-Crypt-CBC/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2006/02/12 00:52:20 heinz Exp $ +# $NetBSD: Makefile,v 1.20 2006/03/12 01:32:31 heinz Exp $ -DISTNAME= Crypt-CBC-2.15 +DISTNAME= Crypt-CBC-2.17 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5cbc CATEGORIES= security perl5 |