New test.
[mono.git] / mcs / class / corlib / Mono.Security / ChangeLog
index 74a062cd5ce8c7a104a808fb3a27892aa9a46919..9fe0c26ef4750b4f93a08b8564784e455552b954 100644 (file)
@@ -1,3 +1,57 @@
+2010-03-24  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * ASN1Convert.cs: Specify CultureInfo.InvariantCulture (instead of 
+       null) to avoid crash on Windows. Patch by Yoni Shalom.
+
+2010-03-16  Jb Evain  <jbevain@novell.com>
+
+       * StrongName.cs: use MOONLIGHT symbol to disambiguate
+       MonoTouch and Moonlight code.
+
+2009-09-22  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * StrongName.cs: Moonlight NET_2_1 cannot depend on machine.config
+       * StrongNameManager_2_1.cs: Minimal version for NET_2_1
+
+2009-04-30  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * StrongName.cs: Adapt to work with only RSAManaged when built 
+       for NET_2_1, i.e. remove use of RSACryptoServiceProvider
+
+2008-09-12  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * ASN1.cs: Use File.Create instead of OpenWrite to make sure nothing
+       else if left at the end of the file.
+
+2008-04-25  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * StrongName.cs: New test cases to verify signatures from streams.
+       Patch from Dave Hillier <daveh@lindenlab.com>
+
+2008-03-10  Stephane Delcroix  <sdelcroix@novell.com>
+
+       * Uri.cs: port the changes I did in System.Uri in r97844.
+
+2007-03-11  Zoltan Varga  <vargaz@gmail.com>
+
+       * ASN1Convert.cs: Fix a warning.
+
+2007-02-12  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * ASN1Convert.cs: Add support for decoding ASN.1 dates with an UTC 
+       offset (e.g. 990630000000+1000) as some certificates use this format.
+
+2007-01-05  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * ASN1Convert.cs: Added comment to FromDateTime to specify that, under
+       1.x, the DateTime must be a local (not UTC) date time. Fixed ToDateTime
+       to return a DateTimeKind.Utc DateTime under 2.0.
+
+2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * StrongName.cs: Fix the (very unlikely) case where an MD5 public key
+       token is requested (part of the spec, never seen in the wild).
+
 2006-06-14  Sebastien Pouliot  <sebastien@ximian.com>
 
        * ASN1.cs: Switch condition not to use the cached data if there is a