[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System / System.Security.Cryptography / ChangeLog
index fea0a4d8175957578ac60e5854b11c08a445014c..43f70fd4e038e8e82f8eff258c61c5f8e7326a3f 100644 (file)
@@ -1,3 +1,21 @@
+2010-05-10  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AsnEncodedData.cs:
+       * OidCollection.cs:
+       * Oid.cs:
+       * OidEnumerator.cs:
+               Allow parts required to enable SSL to be built with
+               the moonlight profile.
+
+2005-11-22  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AsnEncodedData.cs: Create a new Oid instance _only_ if the supplied
+       Oid isn't null.
+
+2005-09-27  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AsnEncodedDataCollection.cs: Added new ctor.
+
 2005-09-26  Sebastien Pouliot  <sebastien@ximian.com>
 
        * Asn*.cs, Oid*.cs: Moved from System.Security.dll