2006-11-08 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Wed, 8 Nov 2006 14:45:24 +0000 (14:45 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Wed, 8 Nov 2006 14:45:24 +0000 (14:45 -0000)
commitfa8351a56c766adf1bc426f5d1e656ae11b80926
tree9412a310eec26668a73ea33995253fe787a00db8
parent921d509aba504b3b996b42e4efa9e2f352e4a820
2006-11-08  Sebastien Pouliot  <sebastien@ximian.com>

* X500DistinguishedNameTest.cs: Removed all  NotWorking tags. Added
more Decode test cases.
* X509BasicConstraintsExtensionTest.cs: Added test case where the
extension is created using CryptoConfig.
* X509Certificate2Test.cs: Added test cases for GetCertContentType,
DER encoded certificates, PKCS#12 certificates and removed all
NotWorking tags.
* X509EnhancedKeyUsageExtensionTest.cs: Added test case where the
extension is created using CryptoConfig.
* X509KeyUsageExtensionTest.cs: Added test case where the extension is
created using CryptoConfig.
* X509SubjectKeyIdentifierExtensionTest.cs: Added test case where the
extension is created using CryptoConfig.

svn path=/trunk/mcs/; revision=67530
mcs/class/System/Test/System.Security.Cryptography.X509Certificates/ChangeLog
mcs/class/System/Test/System.Security.Cryptography.X509Certificates/X500DistinguishedNameTest.cs
mcs/class/System/Test/System.Security.Cryptography.X509Certificates/X509BasicConstraintsExtensionTest.cs
mcs/class/System/Test/System.Security.Cryptography.X509Certificates/X509Certificate2Test.cs
mcs/class/System/Test/System.Security.Cryptography.X509Certificates/X509EnhancedKeyUsageExtensionTest.cs
mcs/class/System/Test/System.Security.Cryptography.X509Certificates/X509KeyUsageExtensionTest.cs
mcs/class/System/Test/System.Security.Cryptography.X509Certificates/X509SubjectKeyIdentifierExtensionTest.cs