[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Mono.Security / Mono.Security.Cryptography / ChangeLog
index 5181c011891831370b0f0ac851f3f8103bc53f35..bc4e1e9344caabbc216cab03d2ca87daf501089c 100644 (file)
@@ -1,3 +1,32 @@
+2010-07-16  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * MD2Managed.cs:
+       * MD4Managed.cs:
+               Increment ibStart in HashCore
+
+2008-08-07  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * CryptoTools.cs: Make this usable with Silverlight 2.0 (NET_2_1)
+       * SymmetricTransform.cs: Make this (more) usable with SL2 limited
+       crypto support.
+
+2008-04-21  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * CryptoConvert.cs: Fix HMAC to respect start index inside an array.
+       Patch by Kazuki Oikawa.
+
+2008-03-13  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * CryptoConvert.cs: Re-order exception handling to report the most
+       precise error to caller. Apply RSA extra check to DSA.
+       * RSAManaged.cs: Test imported parameters to ensure the public and 
+       private parts of the keypair match together.
+
+2008-03-04  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * SymmetricTransform.cs: Sync with corlib. Fix ANSIX923 padding check
+       (#366623)
+
 2008-02-03  Sebastien Pouliot  <sebastien@ximian.com>
 
        * RSAManaged.cs: Replace "" (found by Gendarme) with more useful text.