Crypt-Eksblowfish
view release on metacpan or search on metacpan
version 0.009; 2011-04-28
* in XS, use PERL_NO_GET_CONTEXT for efficiency
* in XS, declare "PROTOTYPES: DISABLE" to prevent automatic generation
of unintended prototypes
* jump through hoops to avoid compiler warnings
* use full stricture in test suite
* in Build.PL, complete declaration of configure-time requirements
* slightly reformat some Perl and C code to avoid exceeding 80 columns
* include META.json in distribution
* add MYMETA.json and MYMETA.yml to .cvsignore
version 0.008; 2010-03-11
* bugfix: avoid memory leak when returning block to Perl space
* check for required Perl version at runtime
* in XS, avoid using "class" as a variable name, for compatibility
with C++ compilers
* in Build.PL, explicitly declare configure-time requirements
* remove bogus "exit 0" from Build.PL
version 0.007; 2009-04-22
* in XS code, use the correct "PREINIT:" instead of "INIT:" to introduce
variable declarations
* test Uklblowfish with long keys
version 0.006; 2009-04-21
* in C::E::Family, new method "as_class" to work around Crypt::CBC
brain damage
* use simpler "parent" pragma in place of "base"
* in documentation, use the term "truth value" instead of the less
precise "boolean"
* drop prototypes from method subs (where the prototypes have no effect)
* in C::E::Family, abandon use of the "fields" module
* add casts for pointer target signedness to avoid compiler warnings
* use full stricture in Build.PL
version 0.005; 2008-04-06
* bugfix: when UTF8-decoding salt, don't attempt to read freed copy
* don't rely on typemap handling of AV* arguments, because it's broken
on perl 5.6
* add backward-compatibility definition of bytes_from_utf8() function
* avoid calling XSLoader::load() redundantly, which was causing
redefinition warnings on older versions of XSLoader
version 0.004; 2008-04-02
* add backward-compatibility definition of Newx() macro
* in tests, avoid unreliable "\S" regexp element
version 0.003; 2007-09-26
* bugfix: in Crypt::Eksblowfish::{Bcrypt,Family}, ensure that the
Crypt::Eksblowfish that is loaded is recent enough to have the
UTF8 bugfix
* bugfix: avoid memory leaks when croaking
* new class Crypt::Eksblowfish::Subkeyed, with constructors
"new_from_subkeys" and "new_initial" and subkey access
methods "p_array" and "s_boxes", which is now a superclass of
Crypt::Eksblowfish
* new method "is_weak" (in superclass Crypt::Eksblowfish::Subkeyed)
to check for weak keys
* new class Crypt::Eksblowfish::Blowfish, which implements the original
Blowfish cipher
* new class Crypt::Eksblowfish::Uklblowfish, which implements Blowfish
with key length limits removed
* for efficiency, change objects to point to C key schedule structure
instead of storing that structure as a Perl string
* wrap up block argument marshalling code in typemap
( run in 0.685 second using v1.01-cache-2.11-cpan-df04353d9ac )