X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Security%2FTest%2FSystem.Security.Cryptography.Pkcs%2FChangeLog;h=6d222505d7a7cf416f8c90ac54ba213c8098b5a7;hb=bf5947a0fd2b523c30833605ee69b2b041aa43f4;hp=697d9a74cf629e8042c86b2b732877ab70c14894;hpb=1eb2fe23c486e5bcd770bd19dd72519303f74f81;p=mono.git diff --git a/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/ChangeLog b/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/ChangeLog old mode 100755 new mode 100644 index 697d9a74cf6..6d222505d7a --- a/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/ChangeLog +++ b/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/ChangeLog @@ -1,3 +1,64 @@ +2009-06-26 Robert Jordan + + * *.cs: Upgrade to new NUnit style. + +2008-11-01 Sebastien Pouliot + + * CmsRecipientCollectionTest.cs: Verify NRE behavior of ctor. + +2006-12-15 Sebastien Pouliot + + * PkitsTest.cs: New. Common test code to use the PKITS test data. + * Pkits_4_01_SignatureVerification.cs: New. Test signature on S/MIME + using the PKITS test data (if available). + +2005-09-27 Sebastien Pouliot + + * Pkcs9AttributeTest.cs: Added new tests case for new overriden + CopyFrom (added in 2.0 RC). + * Pkcs9ContentTypeTest.cs: Fixed tests case for 2.0 RC. + * Pkcs9MessageDigestTest.cs: Fixed tests case for 2.0 RC. + +2005-05-03 Sebastien Pouliot + + * ContentInfoTest.cs: Addd test cases for data, envelopedData and + other "bad" cases. + * EnvelopedCmsTest.cs: Added [Category ("NotWorking")] to tests for + which Mono isn't complete enough to execute. + * KeyTransRecipientInfoTest.cs: Added test for EncryptedKey (reference + not copy). + * Pkcs9ContentTypeTest.cs: Removed FIXME (fixed in beta2). Added + CopyFrom tests. + * Pkcs9DocumentDescriptionTest.cs: Removed FIXME (fixed in beta2). + * Pkcs9MessageDigestTest.cs: Added CopyFrom tests. + * SignerInfoCollectionTest.cs: New. Tests for SignerInfoCollection. + * SignerInfoTest.cs: Mark some method/data internal so they can be + reused for other tests. + +2005-04-26 Sebastien Pouliot + + * AlgorithmIdentifierTest.cs: Complete some test cases. Updated to + NUnit 2.2 API. + * SignedCmsTest.cs: Added [Ignore] to 3 tests that now also fails + on beta2. + +2005-04-23 Sebastien Pouliot + + * CmsRecipientTest.cs, CmsSignerTest.cs, EnvelopedCmsTest.cs, + Pkcs9AttributeTest.cs, Pkcs9DocumentDescriptionTest.cs, + Pkcs9DocumentNameTest.cs, Pkcs9SigningTimeTest.cs, SignedCmsTest.cs: + Adapted for class name changes in beta2 and re-activated some tests on + Windows that were fixed in beta2. + +2005-01-17 Sebastien Pouliot + + * Pkcs9ContentTypeTest.cs: New. Unit tests for ContentType attribute. + * Pkcs9DocumentDescriptionTest.cs: Added tests for Format(bool). + * Pkcs9DocumentNameTest.cs: Added tests for Format(bool). + * Pkcs9MessageDigestTest.cs: New. Unit tests for MessageDigest attr. + * Pkcs9SigningTimeTest.cs: Added tests for Format(bool) and tests to + check valid dates - limited to [1950,2049]. + 2004-07-09 Sebastien Pouliot * AlgorithmIdentifierTest.cs: Fixed for Fx 2.0 beta1.