[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / corlib / Mono.Security.Cryptography / ChangeLog
index 96ff23739af5751a0ff8698fd5a1ce207340b311..db569db4170cdc3b88a8ebe4edb76a733a9be40a 100644 (file)
@@ -1,3 +1,43 @@
+2010-05-25  Jb Evain  <jbevain@novell.com>
+
+       * CryptoTools.cs: make types internal for INSIDE_SYSCORE as well.
+
+2010-03-16  Jb Evain  <jbevain@novell.com>
+
+       * CryptoTools.cs, PKCS1.cs, PKCS8.cs, SymmetricTransform.cs,
+       KeyPairPersistence.cs: use MOONLIGHT symbol to disambiguate
+       MonoTouch and Moonlight code.
+
+2009-09-18  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * PKCS1.cs: Fix compiler warning for NET_2_1
+
+2009-04-30  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * CryptoConvert.cs, PKCS8.cs: Adapt to work with only [DSA|RSA]
+       Managed when built for NET_2_1, i.e. remove use of [DSA|RSA]
+       CryptoServiceProvider
+       * KeyPairPersistence.cs: Remove from NET_2_1
+
+2009-04-29  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * PKCS1.cs: Make this work under NET_2_1 where SHA384 and SHA512
+       are not available in the BCL.
+
+2008-08-07  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * SymmetricTransform.cs: Make this (more) usable with SL2 limited
+       crypto support.
+
+2008-08-05  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * CryptoTools.cs: Make this usable with Silverlight 2.0 (NET_2_1)
+
+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