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