Merge pull request #273 from joncham/bug-getpid
[mono.git] / mcs / class / Mono.Security / Mono.Security.X509.Extensions / ChangeLog
index c34d98233d258ea677f723af4d03c2405a587d56..09d9fc48344b90dac76a46aeb3509183757fc814 100644 (file)
@@ -1,3 +1,39 @@
+2010-05-10  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * ExtendedKeyUsageExtension.cs:
+       * NetscapeCertTypeExtension.cs:
+       * SubjectAltNameExtension.cs:
+               Keep them public for Moonlight. Other types in other
+               assemblies needs it and the linker will eventually 
+               internalize everything.
+
+2008-06-26  David Wolinsky  <davidiw@ufl.edu>
+
+       * SubjectAltNameExtension.cs: IP Addresses are handled and now 
+       this class can be generated via the constructor from arrays.
+       * GeneralNames.cs: Added support to generate GeneralNames from
+       an arrays of strings.
+
+2007-12-14  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AuthorityKeyIdentifierExtension.cs: Don't throw on what we don't
+       yet support (e.g. authorityCertIssuer/authorityCertSerialNumber). 
+       It's possible that a chain of certificate can be build without this
+       information. Fix #346821
+
+2006-01-04  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AuthorityKeyIdentifierExtension.cs: Added property to publish the 
+       identifier. Fix bug #77155.
+       * BasicConstraintsExtension.cs: Fix encoding to include the octet 
+       string (#75781). Fix encoding when the key usage > 255.
+       * ExtendedKeyUsageExtension.cs: Fix encoding to include the octet 
+       string (#75781).
+       * KeyUsageExtension.cs: Fix encoding to include the octet string 
+       (#75781). Added NoPathLengthConstraint (-1) as it is different than
+       0. Throw if PathLenConstraint is negative (unless it's -1). Do not
+       encode PathLenConstraint if CA isn't set.
+
 2005-02-25  Sebastien Pouliot  <sebastien@ximian.com>
 
        * CRLDistributionPointsExtension.cs: Added more decoding code (but