X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FMono.Security%2FMono.Security.X509.Extensions%2FChangeLog;h=09d9fc48344b90dac76a46aeb3509183757fc814;hb=90d6059c5475419ddf6e0fc4b49098158010cab0;hp=c34d98233d258ea677f723af4d03c2405a587d56;hpb=fefd6f1d0578964f8ec15e061c5b2db1f9ef4fbc;p=mono.git diff --git a/mcs/class/Mono.Security/Mono.Security.X509.Extensions/ChangeLog b/mcs/class/Mono.Security/Mono.Security.X509.Extensions/ChangeLog index c34d98233d2..09d9fc48344 100644 --- a/mcs/class/Mono.Security/Mono.Security.X509.Extensions/ChangeLog +++ b/mcs/class/Mono.Security/Mono.Security.X509.Extensions/ChangeLog @@ -1,3 +1,39 @@ +2010-05-10 Sebastien Pouliot + + * 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 + + * 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 + + * 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 + + * 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 * CRLDistributionPointsExtension.cs: Added more decoding code (but