New test.
[mono.git] / mcs / class / corlib / System.Security.Cryptography / ChangeLog
index 78c9ffeec0f40a3826e6ba70f127b71dbb4b0a36..307a576994994d61fe2e8d48560739a1d5fef294 100644 (file)
@@ -1,3 +1,26 @@
+2006-09-20  Kazuki Oikawa  <kazuki@panicode.com>
+
+       * RijndaelManaged.cs: improves the performance.
+
+2006-09-08  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * RSAOAEPKeyExchangeDeformatter.cs: Throw a CryptographicException, 
+       instead of returning null, when a padding error occurs on decryption.
+       * RSAPKCS1KeyExchangeDeformatter.cs: Throw a CryptographicException, 
+       instead of returning null, when a padding error occurs on decryption.
+
+2006-07-01  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AsymmetricSignatureDeformatter.cs: Set the hash algorithm name from
+       the hash instance. Fix for bug #78744 by Diego Mesa Tabares.
+
+2006-06-15  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * HashAlgorithm.cs: Changed the order of BlockCopy + HashCore to
+       HashCore + BlockCopy. Fx 2.0 now allows using a null output buffer
+       (without exception) while previous 1.x versions crashed the runtime
+       (mono won't crash the runtime, so we always do like 2.0).
+
 2006-05-30  Sebastien Pouliot  <sebastien@ximian.com>
 
        * AsymmetricKeyExchangeDeformatter.cs: Under 2.0 the ctor is