2005-01-17 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Mon, 17 Jan 2005 21:37:48 +0000 (21:37 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Mon, 17 Jan 2005 21:37:48 +0000 (21:37 -0000)
* 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

mcs/class/System.Security/ChangeLog
mcs/class/System.Security/System.Security.dll.sources
mcs/class/System.Security/System.Security_test.dll.sources

index 2954403b3fdff344551fd93e21bab57a16b0c7fe..bc4291a38b7392d081b044c45556b34426449200 100644 (file)
@@ -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
index 0eb4fb2a42eb74cb7faadadf35cf7950c81df10a..ba36f8f396e9b093d4b4e39706b4bcb68a6b5fbe 100644 (file)
@@ -60,6 +60,7 @@ System.Security.Cryptography.X509Certificates/X509ChainElementEnumerator.cs
 System.Security.Cryptography.X509Certificates/X509ChainPolicy.cs
 System.Security.Cryptography.X509Certificates/X509ChainStatus.cs
 System.Security.Cryptography.X509Certificates/X509ChainStatusFlags.cs
+System.Security.Cryptography.X509Certificates/X509EnhancedKeyUsageExtension.cs
 System.Security.Cryptography.X509Certificates/X509Extension.cs
 System.Security.Cryptography.X509Certificates/X509ExtensionCollection.cs
 System.Security.Cryptography.X509Certificates/X509ExtensionEnumerator.cs
@@ -73,6 +74,7 @@ System.Security.Cryptography.X509Certificates/X509RevocationMode.cs
 System.Security.Cryptography.X509Certificates/X509SelectionFlag.cs
 System.Security.Cryptography.X509Certificates/X509Store.cs
 System.Security.Cryptography.X509Certificates/X509SubjectKeyIdentifierExtension.cs
+System.Security.Cryptography.X509Certificates/X509SubjectKeyIdentifierHashAlgorithm.cs
 System.Security.Cryptography.X509Certificates/X509VerificationFlags.cs
 System.Security.Cryptography.Xml/CipherData.cs
 System.Security.Cryptography.Xml/CipherReference.cs
index 0346f82187d7f6e6ab54339729a452375e4e5c40..d9a093c9d5a4ddf88c473252a5b567ed27918af3 100644 (file)
@@ -12,15 +12,22 @@ System.Security.Cryptography.Pkcs/ContentInfoTest.cs
 System.Security.Cryptography.Pkcs/EnvelopedCmsTest.cs
 System.Security.Cryptography.Pkcs/KeyTransRecipientInfoTest.cs
 System.Security.Cryptography.Pkcs/Pkcs9AttributeTest.cs
+System.Security.Cryptography.Pkcs/Pkcs9ContentTypeTest.cs
 System.Security.Cryptography.Pkcs/Pkcs9DocumentDescriptionTest.cs
 System.Security.Cryptography.Pkcs/Pkcs9DocumentNameTest.cs
+System.Security.Cryptography.Pkcs/Pkcs9MessageDigestTest.cs
 System.Security.Cryptography.Pkcs/Pkcs9SigningTimeTest.cs
 System.Security.Cryptography.Pkcs/SignedCmsTest.cs
 System.Security.Cryptography.Pkcs/SignerInfoTest.cs
 System.Security.Cryptography.Pkcs/SubjectIdentifierTest.cs
+System.Security.Cryptography.X509Certificates/X509BasicConstraintsExtensionTest.cs
 System.Security.Cryptography.X509Certificates/X509ChainPolicyTest.cs
 System.Security.Cryptography.X509Certificates/X509ChainTest.cs
+System.Security.Cryptography.X509Certificates/X509EnhancedKeyUsageExtensionTest.cs
+System.Security.Cryptography.X509Certificates/X509ExtensionTest.cs
+System.Security.Cryptography.X509Certificates/X509KeyUsageExtensionTest.cs
 System.Security.Cryptography.X509Certificates/X509StoreTest.cs
+System.Security.Cryptography.X509Certificates/X509SubjectKeyIdentifierExtensionTest.cs
 System.Security.Cryptography.Xml/AssertCrypto.cs
 System.Security.Cryptography.Xml/DataObjectTest.cs
 System.Security.Cryptography.Xml/DSAKeyValueTest.cs