Update of /cvsroot/perl-openssl/Crypt/OpenSSL/RSA
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25307
Modified Files:
README
Log Message:
a few bugs which are bugs no more
Index: README
===================================================================
RCS file: /cvsroot/perl-openssl/Crypt/OpenSSL/RSA/README,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** README 18 Feb 2004 21:37:32 -0000 1.12
--- README 19 Feb 2004 16:10:33 -0000 1.13
***************
*** 18,26 ****
Bugs:
- There is a small memory leak when generating new keys of more than 512 bits.
-
- The openssl functions RSA_public_decrypt, RSA_private_decrypt are
- not yet implemented.
-
There is no Crypt::CBC support.
--- 18,21 ----
|