X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FMono.Security%2FMono.Security.X509%2FChangeLog;h=fd941eafc3eae5f2d6f409d732493f01ee8e468c;hb=8e03398ac28936938e465100b6c713349a92f4e8;hp=1ccd4b6651e776d74688ae722ec5a31e12f2df28;hpb=e51a9b6ba1a93bc981639a706c93bee413099fd6;p=mono.git diff --git a/mcs/class/Mono.Security/Mono.Security.X509/ChangeLog b/mcs/class/Mono.Security/Mono.Security.X509/ChangeLog index 1ccd4b6651e..fd941eafc3e 100644 --- a/mcs/class/Mono.Security/Mono.Security.X509/ChangeLog +++ b/mcs/class/Mono.Security/Mono.Security.X509/ChangeLog @@ -1,3 +1,26 @@ +2006-11-13 Sebastien Pouliot + + * X509Certificate.cs: Add support for PEM encoded (base64) x.509 + certificates (supported in 2.0). + +2006-11-08 Sebastien Pouliot + + * 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 + + * 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 + + * PKCS12.cs: A String.Empty is different from a null password. Fix bug + #79617. + 2006-09-05 Sebastien Pouliot * X509Certificate.cs: Don't reset RSA or DSA property if the new value