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/System.Security_test.dll.sources
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/System.Security_test.dll.sources')
-rw-r--r--mcs/class/System.Security/System.Security_test.dll.sources7
1 files changed, 7 insertions, 0 deletions
diff --git a/mcs/class/System.Security/System.Security_test.dll.sources b/mcs/class/System.Security/System.Security_test.dll.sources
index 0346f82187d..d9a093c9d5a 100644
--- a/mcs/class/System.Security/System.Security_test.dll.sources
+++ b/mcs/class/System.Security/System.Security_test.dll.sources
@@ -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