Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@ximian.com>2006-11-08 17:25:11 +0300
committerSebastien Pouliot <sebastien@ximian.com>2006-11-08 17:25:11 +0300
commit5cccf26589338ebbb29d960c268b82afadd64287 (patch)
treefd444b51984e5f41a07432f18b82f5cd9b355a90 /mcs/class/corlib/Mono.Security.X509/ChangeLog
parent8209bdb64832255bfb2f81777a346c7b594c3fdb (diff)
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. * X520Attributes.cs: Keep in sync with latest version from Mono.Security.dll assembly (required for X501Name update). svn path=/trunk/mcs/; revision=67522
Diffstat (limited to 'mcs/class/corlib/Mono.Security.X509/ChangeLog')
-rw-r--r--mcs/class/corlib/Mono.Security.X509/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/mcs/class/corlib/Mono.Security.X509/ChangeLog b/mcs/class/corlib/Mono.Security.X509/ChangeLog
index 66d9ff5d4b8..02ecd2935cd 100644
--- a/mcs/class/corlib/Mono.Security.X509/ChangeLog
+++ b/mcs/class/corlib/Mono.Security.X509/ChangeLog
@@ -1,3 +1,13 @@
+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.
+ * X520Attributes.cs: Keep in sync with latest version from
+ Mono.Security.dll assembly (required for X501Name update).
+
2006-10-08 Sebastien Pouliot <sebastien@ximian.com>
* PKCS12.cs: Synch implementation with Mono.Security.dll. Fix bug