[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug crypto/27853] RSA decryption doesn't seem to work (using JCE)
From: |
cvs-commit at developer dot classpath dot org |
Subject: |
[Bug crypto/27853] RSA decryption doesn't seem to work (using JCE) |
Date: |
11 Jun 2006 07:22:19 -0000 |
------- Comment #4 from cvs-commit at developer dot classpath dot org
2006-06-11 07:22 -------
Subject: Bug 27853
CVSROOT: /cvsroot/classpath
Module name: classpath
Changes by: Raif S. Naffah <raif> 06/06/11 07:20:41
Modified files:
gnu/javax/crypto: RSACipherImpl.java
. : ChangeLog
Log message:
2006-06-11 Raif S. Naffah <address@hidden>
PR Classpath/27853
* gnu/javax/crypto/RSACipherImpl.java (engineDoFinal): Was
short by 1 byte.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/RSACipherImpl.java?cvsroot=classpath&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.7765&r2=1.7766
Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/classpath/classpath/ChangeLog,v
retrieving revision 1.7765
retrieving revision 1.7766
diff -u -b -r1.7765 -r1.7766
--- ChangeLog 11 Jun 2006 03:09:02 -0000 1.7765
+++ ChangeLog 11 Jun 2006 07:20:41 -0000 1.7766
@@ -1,3 +1,8 @@
+2006-06-11 Raif S. Naffah <address@hidden>
+
+ PR Classpath/27853
+ * gnu/javax/crypto/RSACipherImpl.java (engineDoFinal): Was short by 1
byte.
+
2006-06-11 Sven de Marothy <address@hidden>
* java/awt/font/TextLayout.java
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27853