From: <gel...@mx...> - 2003-02-07 15:05:20
|
gelderen 03/02/07 10:13:27 Added: jce/doc ChangeLog.txt Log: Initial version. Revision Changes Path 1.1 projects/jce/doc/ChangeLog.txt Index: ChangeLog.txt =================================================================== Change Log 2003 01 05 - Fix IllegalStateException from RawKeyGenerator.engineGenerateKey() when trying to generate a SecretKey with the default length. (Kevin Dana / Agorics Inc.) - Fix ClassCastException from CoreInit() method of Mode instance when using RC2 cipher algorithm. (Kevin Dana / Agorics Inc.) 2003 01 07 - ElGamal: Attempt to decrypt with wrong key can produce an ArrayIndexOutofBoundsException. (Kevin Dana / Agorics Inc.) - Added implementation of RSAES-OAEP. (Jeroen C. van Gelderen / Cryptix) - Added partial implementation of InscureRandom, a fixed-sequence implementation of the SecureRandom interface. |