Switch to compiler-tester
[mono.git] / mcs / class / corlib / System.Security.Cryptography / ChangeLog
index 735d69891746f3e77b3835507c7de9456805b8dc..360a4b7d237810da40af9e0641690ab1c0f0b8e9 100644 (file)
@@ -1,3 +1,27 @@
+2005-06-10  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * all: 2.0 beta2 fixes, i.e. mostly added [ComVisible(true)]
+
+2005-06-09  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * HMAC.cs: BlockSizeValue has changed from a protected member to
+       a protected property.
+
+2005-06-06  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * CspProviderFlags.cs: UseExistingKey was added in 1.1 SP1. Added
+       ComVisible attribute for 2.0.
+
+2005-05-19  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * CryptoConfig.cs: Don't use the global hashtables until the 
+       initialization is complete.
+
+2005-05-18  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * CryptoConfig.cs: Changed lock pattern to second version of
+       http://www.skeet.org.uk/csharp/singleton.html
+
 2005-05-16  Sebastien Pouliot  <sebastien@ximian.com>
 
        * CryptoConfig.cs: Initialization wasn't threadsafe as the "checked"