diff options
author | aaron <aaron@FreeBSD.org> | 2006-02-18 16:42:06 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-02-18 16:42:06 +0800 |
commit | c85568fdb2737f27e5393afddd89364fa6a5ba0a (patch) | |
tree | 3baba01875c19400916a3c6fab8ec323c8940436 /security/p5-Crypt-CBC | |
parent | b13835536a2230acca2b839617da0dec2dacd220 (diff) | |
download | freebsd-ports-gnome-c85568fdb2737f27e5393afddd89364fa6a5ba0a.tar.gz freebsd-ports-gnome-c85568fdb2737f27e5393afddd89364fa6a5ba0a.tar.zst freebsd-ports-gnome-c85568fdb2737f27e5393afddd89364fa6a5ba0a.zip |
- update from v2.15 to v2.17
Approved by: tobez (implicit)
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')
-rw-r--r-- | security/p5-Crypt-CBC/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-CBC/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile index a9a30f998a9d..a9a300e4bd75 100644 --- a/security/p5-Crypt-CBC/Makefile +++ b/security/p5-Crypt-CBC/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Crypt-CBC -PORTVERSION= 2.15 +PORTVERSION= 2.17 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt diff --git a/security/p5-Crypt-CBC/distinfo b/security/p5-Crypt-CBC/distinfo index 113a62d6a568..64f0e4277a14 100644 --- a/security/p5-Crypt-CBC/distinfo +++ b/security/p5-Crypt-CBC/distinfo @@ -1,3 +1,3 @@ -MD5 (Crypt-CBC-2.15.tar.gz) = 5640e642563cf31685910bbd09f4c75a -SHA256 (Crypt-CBC-2.15.tar.gz) = fb2c2cf3bf99e630028e9be4b449975e1869f0d4d8a3e97dc1e7b22b5048a13b -SIZE (Crypt-CBC-2.15.tar.gz) = 14344 +MD5 (Crypt-CBC-2.17.tar.gz) = 521bf0506e1da71506dd0f4afd16d8b4 +SHA256 (Crypt-CBC-2.17.tar.gz) = 317f2acca3c7bce68f15bc2dd2f85e48201ed23f7f4538194adae2f447bdc636 +SIZE (Crypt-CBC-2.17.tar.gz) = 18543 |