From: <iro...@us...> - 2004-02-16 02:18:59
|
Update of /cvsroot/perl-openssl/Crypt/OpenSSL/RSA In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17760 Modified Files: Changes RSA.pm Log Message: version bump - include the format test Index: Changes =================================================================== RCS file: /cvsroot/perl-openssl/Crypt/OpenSSL/RSA/Changes,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Changes 15 Feb 2004 20:32:26 -0000 1.13 --- Changes 16 Feb 2004 02:11:14 -0000 1.14 *************** *** 1,4 **** --- 1,8 ---- Revision history for Perl extension Crypt::OpenSSL::RSA. + 0.21 Sun Feb 15 2004 21:13:45 + - Include t/format.t in the MANIFEST file, so that it is + actually included in the distribution. + 0.20 Sun Feb 15 2004 15:21:40 - Finally add support for the public key format produced by Index: RSA.pm =================================================================== RCS file: /cvsroot/perl-openssl/Crypt/OpenSSL/RSA/RSA.pm,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** RSA.pm 15 Feb 2004 20:32:26 -0000 1.29 --- RSA.pm 16 Feb 2004 02:11:14 -0000 1.30 *************** *** 16,20 **** $RSA_PKCS1_OAEP_PADDING); ! $VERSION = '0.20'; bootstrap Crypt::OpenSSL::RSA $VERSION; --- 16,20 ---- $RSA_PKCS1_OAEP_PADDING); ! $VERSION = '0.21'; bootstrap Crypt::OpenSSL::RSA $VERSION; |