|
From: Ian R. <iro...@us...> - 2006-01-06 15:12:49
|
Update of /cvsroot/perl-openssl/Crypt/OpenSSL/RSA/t In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19842 Modified Files: rsa.t Log Message: 20 bytes used to be enough, but no more - now 32 seems to be the bare min Index: rsa.t =================================================================== RCS file: /cvsroot/perl-openssl/Crypt/OpenSSL/RSA/t/rsa.t,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** rsa.t 18 Feb 2004 21:37:32 -0000 1.5 --- rsa.t 6 Jan 2006 15:12:41 -0000 1.6 *************** *** 48,52 **** # across perl XS modules. ! Crypt::OpenSSL::Random::random_seed("Here are 20 bytes..."); Crypt::OpenSSL::RSA->import_random_seed(); --- 48,52 ---- # across perl XS modules. ! Crypt::OpenSSL::Random::random_seed("OpenSSL needs at least 32 bytes."); Crypt::OpenSSL::RSA->import_random_seed(); |