2009-05-27 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / corlib / Mono.Security / ChangeLog
index 057e0d9f2c56fab0455ab94cec73b1561ee08e8a..4f3f436deb7c9c9472bbc002d37bfc3b808bae4b 100644 (file)
@@ -1,3 +1,22 @@
+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.