2006-11-13 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / Mono.Security / Mono.Security.X509 / ChangeLog
index d095d6a6da0c8e0d9a2cd3ff37b7b797d09b0d13..fd941eafc3eae5f2d6f409d732493f01ee8e468c 100644 (file)
@@ -1,3 +1,57 @@
+2006-11-13  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * X509Certificate.cs: Add support for PEM encoded (base64) x.509 
+       certificates (supported in 2.0).
+
+2006-11-08  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * X501Name.cs: Fix build as the first build of 2.0's System.dll 
+       may depend on a Mono.Security.dll without the new ToString overload.
+
+2006-11-08  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * X501Name.cs: Refactor ToString method to allow most options available 
+       when using fx 2.0.
+       * X509Certificate.cs: Add methods to retrieve the Issuer and Subject
+       Distinguished Names in binary (ASN.1) form. Reverse (actually correct)
+       the text representation of Issuer and Subject for 2.0.
+
+2006-10-08  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * PKCS12.cs: A String.Empty is different from a null password. Fix bug
+       #79617.
+
+2006-09-05  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * X509Certificate.cs: Don't reset RSA or DSA property if the new value
+       is null (part of the fix for #79262).
+
+2006-07-25  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * X509CRL.cs: Fix the case where no entry are present in the CRL (as
+       the structure is optional) *and* when there are no x.509 certificate
+       extensions.
+
+2006-01-24  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * PKCS12.cs: Consider String.Empty as a null password (e.g. don't
+       throw an IndexOutOfRangeException). Fix part of bug #77342.
+
+2006-01-05  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * X509Extension.cs: Extension data may be encapsulated (i.e. ASN.1
+       data inside the octet string) if it comes from the X509Certificate 
+       parser.
+
+2006-01-04  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * X509Extension.cs: Added setter for Critical property (fix #77154).
+       Fixed asymmetry between encoding and decoding (fix #75781).
+
+2005-12-16  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * X509Chain.cs: Fix chain building. Patch from Vincent Cote-Roy.
+
 2005-11-18  Sebastien Pouliot  <sebastien@ximian.com> 
 
        * X509Extension.cs: Changed default ctor to protected to help