From: <iro...@us...> - 2004-02-15 20:39:57
|
Update of /cvsroot/perl-openssl/Crypt/OpenSSL/RSA In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17383 Modified Files: Changes RSA.pm Log Message: prepare for release Index: Changes =================================================================== RCS file: /cvsroot/perl-openssl/Crypt/OpenSSL/RSA/Changes,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Changes 27 Apr 2003 22:39:59 -0000 1.12 --- Changes 15 Feb 2004 20:32:26 -0000 1.13 *************** *** 1,4 **** --- 1,9 ---- Revision history for Perl extension Crypt::OpenSSL::RSA. + 0.20 Sun Feb 15 2004 15:21:40 + - Finally add support for the public key format produced by + "openssl rsa -pubout". + - Add comment in readme about locating kerberos files on redhat systems + 0.19 Sun Apr 27 2003 18:33:48 - Revert back to old declaration style so that we no longer Index: RSA.pm =================================================================== RCS file: /cvsroot/perl-openssl/Crypt/OpenSSL/RSA/RSA.pm,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** RSA.pm 15 Feb 2004 14:20:17 -0000 1.28 --- RSA.pm 15 Feb 2004 20:32:26 -0000 1.29 *************** *** 16,20 **** $RSA_PKCS1_OAEP_PADDING); ! $VERSION = '0.19'; bootstrap Crypt::OpenSSL::RSA $VERSION; --- 16,20 ---- $RSA_PKCS1_OAEP_PADDING); ! $VERSION = '0.20'; bootstrap Crypt::OpenSSL::RSA $VERSION; *************** *** 416,420 **** =head1 AUTHOR ! Ian Robertson, iro...@cp... =head1 SEE ALSO --- 416,421 ---- =head1 AUTHOR ! Ian Robertson, iro...@cp.... For support, please email ! per...@li.... =head1 SEE ALSO |