A little more work of CorCompare work:
[mono.git] / mcs / class / corlib / System.Security.Cryptography / ChangeLog
index 307a576994994d61fe2e8d48560739a1d5fef294..56a56ad8dcc573af40d355229b631220c3730fc1 100644 (file)
@@ -1,3 +1,25 @@
+2006-11-24  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * CryptoConfig.cs: Add support for (2.0) custom X.509 chains.
+
+2006-11-08  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * CryptoConfig.cs: Add support for (2.0) X.509 extensions in 
+       CreateFromName method. This allows the framework to be extensible with
+       new certificate extensions (syntax is missing from machine.config).
+
+2006-10-12  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * CryptoConfig.cs: Use SmallXmlParser with a custom handler to reduce
+       memory requirements to process machine.config. Fix #79653 (beagle).
+
+2006-10-11  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * CryptoConfig.cs: Accept lower/mixed-case algorithm names in 
+       CreateFromName and MapNameToOID methods (fix bug #79641). Removed OID
+       mappings in 2.0 for DSA and 3DES (they were part of the betas but not
+       in the final 2.0 release of the framework).
+
 2006-09-20  Kazuki Oikawa  <kazuki@panicode.com>
 
        * RijndaelManaged.cs: improves the performance.