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>2005-01-18 00:37:48 +0300
committerSebastien Pouliot <sebastien@ximian.com>2005-01-18 00:37:48 +0300
commit26af24ffb3f102356f4fa01ee463bb510a1a652c (patch)
tree5e021998016c82e627ef20f3fb8d1d9968e9840d /mcs/class/System.Security/ChangeLog
parentab85b7e4f315787ae1ad8af557ceb070631607c9 (diff)
2005-01-17 Sebastien Pouliot <sebastien@ximian.com>
* System.Security.dll.sources: Added System.Security.Cryptography. X509Certificates/X509EnhancedKeyUsageExtension.cs and X509SubjectKeyIdentifierHashAlgorithm.cs to the build. * System.Security_test.dll.sources: Added System.Security.Cryptography .Pkcs/Pkcs9ContentTypeTest.cs, Pkcs9MessageDigestTest.cs and System. Security.Cryptography.X509Certificates/X509BasicConstraintsExtensionTest.cs, X509EnhancedKeyUsageExtensionTest.cs, X509ExtensionTest.cs, X509KeyUsageExtensionTest.cs and X509SubjectKeyIdentifierExtensionTest.cs to the unit test assembly. svn path=/trunk/mcs/; revision=39055
Diffstat (limited to 'mcs/class/System.Security/ChangeLog')
-rw-r--r--mcs/class/System.Security/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/mcs/class/System.Security/ChangeLog b/mcs/class/System.Security/ChangeLog
index 2954403b3fd..bc4291a38b7 100644
--- a/mcs/class/System.Security/ChangeLog
+++ b/mcs/class/System.Security/ChangeLog
@@ -1,3 +1,15 @@
+2005-01-17 Sebastien Pouliot <sebastien@ximian.com>
+
+ * System.Security.dll.sources: Added System.Security.Cryptography.
+ X509Certificates/X509EnhancedKeyUsageExtension.cs and
+ X509SubjectKeyIdentifierHashAlgorithm.cs to the build.
+ * System.Security_test.dll.sources: Added System.Security.Cryptography
+ .Pkcs/Pkcs9ContentTypeTest.cs, Pkcs9MessageDigestTest.cs and System.
+ Security.Cryptography.X509Certificates/X509BasicConstraintsExtensionTest.cs,
+ X509EnhancedKeyUsageExtensionTest.cs, X509ExtensionTest.cs,
+ X509KeyUsageExtensionTest.cs and X509SubjectKeyIdentifierExtensionTest.cs
+ to the unit test assembly.
+
2005-01-06 Raja R Harinath <rharinath@novell.com>
* Makefile (LIB_MCS_FLAGS): Add reference to Mono.Security.dll