2004-02-24 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / Mono.Security / Mono.Security.X509 / ChangeLog
index 954db66aedad92c21e96aad9bbab348ce708bcf7..d0bab130d8d4df90173e0cee8db506aec1fe71e4 100644 (file)
@@ -1,3 +1,22 @@
+2004-02-24  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * X509Certificate.cs: Add support for the OID "1.3.14.3.2.29" (SHA1 
+       with RSA). Added a fix for "really" null algorithm parameters.
+       * X509CertificateCollection.cs: Fixed Contains and IndexOf (worked
+       on objects but not for the same certificate in a different object).
+
+2004-02-23  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * TestAnchors.cs: Removed - no need to be hardcoded anymore.
+       * X509Chain.cs: Updated to use the new store for trusted roots.
+       * X509CRL.cs: New. Certificate Revocation List v1/v2 support.
+       * X509Store.cs: New. Managed each individual store (with or
+       without CRL support).
+       * X509StoreManager.cs: New. Certificate Store Manager to access
+       user and machine stores and to merge them when required.
+       * X509Stores.cs: New. Certificate stores group for either the
+       current user or the local machine.
+
 2004-02-20  Sebastien Pouliot  <sebastien@ximian.com>
 
        * X509Chain.cs: Added an option to use a pre-built chain (like TLS