2005-01-20 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System.Security / System.Security.Cryptography / ChangeLog
index bc0b2c238c2956978d55340db02c82162d2c04d4..72cc0858008cbab66fe836734954ef1b4f832157 100755 (executable)
@@ -1,3 +1,24 @@
+2005-01-20  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AsnEncodedData.cs: Added "internal" support for SubjectAltName 
+       extension as it is required for SSL support.
+       * Oid.cs: Added Oid / FriendlyName definitions for SubjectAltName.
+
+2005-01-17  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AsnEncodedData.cs: Added more decoding/formatting code as this class
+       is far more intelligent (or bloated) than anticipated.
+       * Oid.cs: Added more Oid / FriendlyName definitions required for the
+       X.509 extensions and some more for some failing unit tests.
+       * OidCollection.cs: Added support to make the collection read-only.
+
+2005-01-13  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AsnEncodedData.cs: Completed/fixed implementation.
+       * CryptographicAttribute.cs: Fixed implementation with updated unit
+       tests.
+       * Oid.cs: Fixed implementation with updated unit tests.
+
 2004-07-08  Sebastien Pouliot  <spouliot@videotron.ca>
 
        * AsnEncodedData.cs: Fixes for Fx 2.0 beta 1 compatibility. Added