[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Mono.Security / Mono.Security.Cryptography / ChangeLog
index bcdd26d895c0d340a3697fa3fbae2fb0c71f2eea..bc4e1e9344caabbc216cab03d2ca87daf501089c 100644 (file)
@@ -1,3 +1,20 @@
+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