2008-09-17 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / corlib / System.Security.Cryptography / ChangeLog
index 44d4cb8804109dbbd78d1254f0ccd0bf359f87b7..7993ad969af6f304e62ee361de86778939df5dfd 100644 (file)
@@ -1,3 +1,59 @@
+2008-09-17  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * CryptoConfig.cs: Add missing URI for HMAC algorithms.
+
+2008-08-07  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * SymmetricAlgorithm.cs: Hide some protected fields not present in
+       Silverlight 2.0 (NET_2_1)
+
+2008-07-13  Nestor Salceda  <nestor.salceda@gmail.com>
+
+       * RSAPKCS1KeyExchangeFormatter.cs: Throw an ArgumentNullException if the
+       key is null in SetKey, and also in the constructor with the key as
+       parameter. Fixes the bug #408738.
+
+2008-07-03  Andreas Nahr  <ClassDevelopment@A-SoftTech.com>
+
+       * SHA1CryptoServiceProvider.cs: Fix parameter names
+
+2008-07-03  Andreas Nahr  <ClassDevelopment@A-SoftTech.com>
+
+       * SHA512Managed.cs:
+       * SHA384Managed.cs:
+       * SHA256Managed.cs:
+       * SHA1Managed.cs:
+       * SHA1CryptoServiceProvider.cs:
+       * RSAPKCS1KeyExchangeDeformatter.cs:
+       * RSACryptoServiceProvider.cs:
+       * RSA.cs:
+       * RIPEMD160Managed.cs:
+       * RC2.cs:
+       * PKCS1MaskGenerationMethod.cs:
+       * MD5CryptoServiceProvider.cs:
+       * MD5.cs:
+       * MACTripleDES.cs:
+       * HMACSHA512.cs:
+       * HMACSHA384.cs:
+       * HMACSHA256.cs:
+       * HMACSHA1.cs:
+       * HMACRIPEMD160.cs:
+       * HMACMD5.cs:
+       * HMAC.cs:
+       * HashAlgorithm.cs:
+       * FromBase64Transform.cs:
+       * DSACryptoServiceProvider.cs:
+       * DES.cs:
+       * CspParameters.cs: Fix parameter names
+
+2008-05-30  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * RSACryptoServiceProvider.cs: Remove MonoTODO that were fixed a
+       while ago. Provide better MonoTODO messages for the next version 
+       of MoMA.
+       * RijndaelManagedTransform.cs: Provide better MonoTODO messages 
+       for the next version of MoMA.
+
 2008-05-07  Sebastien Pouliot  <sebastien@ximian.com>
 
        * SHA384Managed.cs: Fix compiler warning and use the new local