From: Edwin W. <wo...@us...> - 2005-03-28 15:45:04
|
Update of /cvsroot/cryptix/jce/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1118/doc Modified Files: ChangeLog.txt Log Message: - Fix a bug in cryptix.jce.provider.cipher.Padding where an ArrayIndexOutOfBoundsException could be thrown on a doFinal call during decryption. Index: ChangeLog.txt =================================================================== RCS file: /cvsroot/cryptix/jce/doc/ChangeLog.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** ChangeLog.txt 28 Mar 2005 14:44:58 -0000 1.6 --- ChangeLog.txt 28 Mar 2005 15:44:53 -0000 1.7 *************** *** 6,9 **** --- 6,12 ---- - Fix a bug in the PKCS#5 padding to correctly throw a BadPaddingException when it should. (reported by Per Harald Myrvang) + - Fix a bug in cryptix.jce.provider.cipher.Padding where an + ArrayIndexOutOfBoundsException could be thrown on a doFinal call during + decryption. 2004 08 25 |