From: Ian R. <iro...@us...> - 2006-11-13 15:29:18
|
Update of /cvsroot/perl-openssl/Crypt/OpenSSL/RSA In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14807 Modified Files: Changes Log Message: prepare for release Index: Changes =================================================================== RCS file: /cvsroot/perl-openssl/Crypt/OpenSSL/RSA/Changes,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** Changes 13 Apr 2006 04:30:41 -0000 1.16 --- Changes 13 Nov 2006 15:29:12 -0000 1.17 *************** *** 1,4 **** --- 1,16 ---- Revision history for Perl extension Crypt::OpenSSL::RSA. + 0.24 Mon Nov 13 2006 08:21:14 + - Fix a bug reported by Mark Martinec <Mar...@ij...> + where encrypt could segfault if called with insufficient + data; it now informatively croaks instead. + - Fix a bug reported by Mark Martinec where check_key would + segfault instead of croaking when called on a public key. + - Fix decrypt and private_encrypt to croak instead of segfault when + called on a public key. + - Add an is_private method. + - Silence a few compiler warnings about ignoring return values + from certain BIO_* methods. + 0.23 Wed Apr 12 2006 00:06:10 - Provide 32 bytes of seeding in tests, up from 19. |