aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-CBC
Commit message (Collapse)AuthorAgeFilesLines
* - Cleaning MD5 in perl@'s portsPhilippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274222
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checksPhilip M. Gollucci2009-07-221-7/+1
| | | | | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238202
* - update to 2.30Yen-Ming Lee2008-10-023-10/+11
| | | | Notes: svn path=/head/; revision=221119
* Update to 2.29Mathieu Arnold2008-04-232-4/+4
| | | | Notes: svn path=/head/; revision=211834
* Update to 2.28Mathieu Arnold2008-04-012-4/+4
| | | | Notes: svn path=/head/; revision=210327
* Update to 2.27Mathieu Arnold2008-03-312-4/+4
| | | | Notes: svn path=/head/; revision=210234
* - Update to 2.24Cheng-Lung Sung2007-10-052-6/+5
| | | | Notes: svn path=/head/; revision=200888
* - Update to 2.22Cheng-Lung Sung2006-10-312-4/+4
| | | | | | | | PR: ports/104957 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=175733
* - Update to 2.19Cheng-Lung Sung2006-08-142-6/+6
| | | | | | | | PR: ports/101986 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170569
* - Update to 2.18 [1]Erwin Lansing2006-06-072-5/+5
| | | | | | | | | | - Assign to perl@ PR: 98619 [1] Submitted by: hideo <hideo@lastamericanempire.com> Notes: svn path=/head/; revision=164753
* - update from v2.15 to v2.17Aaron Dalton2006-02-182-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=156262
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149451
* - update to 2.15Yen-Ming Lee2005-09-032-4/+5
| | | | | | | | PR: 85550 Submitted by: Tsung-Han Yeh <snowfly@yuntech.edu.tw> Notes: svn path=/head/; revision=141845
* Update to 2.12Erwin Lansing2004-06-182-3/+3
| | | | Notes: svn path=/head/; revision=111711
* Update to 2.10Erwin Lansing2004-05-312-3/+3
| | | | Notes: svn path=/head/; revision=110511
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* utilize SITE_PERLYing-Chieh Liao2003-10-242-6/+6
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* conditionalize dependencies on modules included in perl 5.8Edwin Groothuis2003-05-091-4/+6
| | | | | | | | | | | | Make dependencies on modules included in the perl 5.8 distribution conditional on the perl version installed. While I'm here, remove SITE_PERL and MAN(3)PREFIX. PR: ports/50589 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=80500
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* Remove RESTRICTED tag for crypto stuff.Norikatsu Shigemura2003-02-171-2/+0
| | | | | | | Pointed out by: kris Notes: svn path=/head/; revision=75713
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Update to 2.08 and Maintainer hopes to change MAINTAINER to ports@.Norikatsu Shigemura2002-09-202-5/+6
| | | | | | | | | PR: ports/42587 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Approved by: maintainer Notes: svn path=/head/; revision=66924
* Remove empty directories on uninstall.Steve Price2001-04-141-0/+2
| | | | Notes: svn path=/head/; revision=41387
* Fix dependency path.Jun Kuriyama2001-03-231-1/+1
| | | | | | | Found by: bento Notes: svn path=/head/; revision=40254
* Remove do-configure section, use PERL_CONFIGURE now.Vanilla I. Shu2001-03-011-4/+1
| | | | Notes: svn path=/head/; revision=38917
* UpdateVanilla I. Shu2000-07-223-4/+4
| | | | | | | | | | | | | | | p5-Crypt-CBC => 1.25 p5-DBI => 1.14 p5-Date-Manip => 5.38 p5-Devel-Symdump => 2.01 p5-IRC => 0.70 p5-Locale-Codes => 1.02 p5-MIME-Lite => 2.101 p5-ParallelUA => 2.49 p5-URI => 1.07 Notes: svn path=/head/; revision=30963
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.Will Andrews2000-06-171-3/+3
| | | | | | | | | | | Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber <naddy@mips.inka.de> Notes: svn path=/head/; revision=29658
* Upgrade to 1.23.Vanilla I. Shu2000-04-223-4/+5
| | | | Notes: svn path=/head/; revision=27902
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-2/+2
| | | | Notes: svn path=/head/; revision=27847
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27426
* PREFIX -> LOCALBASE (portlint)Michael Haro2000-03-211-1/+1
| | | | Notes: svn path=/head/; revision=26938
* This is Crypt::CBC, a Perl-only implementation of the cryptographicMark Murray2000-02-185-0/+38
cipher block chaining mode (CBC). In combination with a block cipher such as Crypt::DES or Crypt::IDEA, you can encrypt and decrypt messages of arbitrarily long length. The encrypted messages are compatible with the encryption format used by B<SSLeay>. Notes: svn path=/head/; revision=25980