Path to this page:
Subject: CVS commit: pkgsrc/security/p5-Crypt-ECB
From: Thomas Klausner
Date: 2016-03-08 16:07:28
Message id: 20160308150728.3EAFFFBB7@cvs.NetBSD.org
Log Message:
Update p5-Crypt-ECB to 2.00.
v2.00, 19.02.2016
- better compatibility with current Crypt::CBC:
- allow passing options like Crypt::CBC does (new and old styles)
- allow passing an existing cipher object (RT bug 112020)
- added padding styles, including custom padding
- added methods for accessing keysize and blocksize of a cipher
- remove caching; the feature did finally not seem to make much sense
- use Test::More (thanks to Xavier Guimard for providing a patch, RT bug 82301)
- changed internal attribute names (foo -> _foo and Foo -> foo)
- much more internal code cleanup
- updated documentation
Files: