[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Security / Test / System.Security.Cryptography.Pkcs / ChangeLog
1 2009-06-26  Robert Jordan  <robertj@gmx.net>
2
3         * *.cs: Upgrade to new NUnit style.
4
5 2008-11-01  Sebastien Pouliot  <sebastien@ximian.com>
6
7         * CmsRecipientCollectionTest.cs: Verify NRE behavior of ctor.
8
9 2006-12-15  Sebastien Pouliot  <sebastien@ximian.com>
10
11         * PkitsTest.cs: New. Common test code to use the PKITS test data.
12         * Pkits_4_01_SignatureVerification.cs: New. Test signature on S/MIME
13         using the PKITS test data (if available).
14
15 2005-09-27  Sebastien Pouliot  <sebastien@ximian.com>
16
17         * Pkcs9AttributeTest.cs: Added new tests case for new overriden 
18         CopyFrom (added in 2.0 RC).
19         * Pkcs9ContentTypeTest.cs: Fixed tests case for 2.0 RC.
20         * Pkcs9MessageDigestTest.cs: Fixed tests case for 2.0 RC.
21
22 2005-05-03  Sebastien Pouliot  <sebastien@ximian.com>
23
24         * ContentInfoTest.cs: Addd test cases for data, envelopedData and 
25         other "bad" cases.
26         * EnvelopedCmsTest.cs: Added [Category ("NotWorking")] to tests for 
27         which Mono isn't complete enough to execute.
28         * KeyTransRecipientInfoTest.cs: Added test for EncryptedKey (reference 
29         not copy).
30         * Pkcs9ContentTypeTest.cs: Removed FIXME (fixed in beta2). Added 
31         CopyFrom tests.
32         * Pkcs9DocumentDescriptionTest.cs: Removed FIXME (fixed in beta2).
33         * Pkcs9MessageDigestTest.cs: Added CopyFrom tests.
34         * SignerInfoCollectionTest.cs: New. Tests for SignerInfoCollection.
35         * SignerInfoTest.cs: Mark some method/data internal so they can be 
36         reused for other tests.
37
38 2005-04-26  Sebastien Pouliot  <sebastien@ximian.com>
39
40         * AlgorithmIdentifierTest.cs: Complete some test cases. Updated to 
41         NUnit 2.2 API.
42         * SignedCmsTest.cs: Added [Ignore] to 3 tests that now also fails
43         on beta2.
44
45 2005-04-23  Sebastien Pouliot  <sebastien@ximian.com>
46
47         * CmsRecipientTest.cs, CmsSignerTest.cs, EnvelopedCmsTest.cs,
48         Pkcs9AttributeTest.cs, Pkcs9DocumentDescriptionTest.cs, 
49         Pkcs9DocumentNameTest.cs, Pkcs9SigningTimeTest.cs, SignedCmsTest.cs:
50         Adapted for class name changes in beta2 and re-activated some tests on
51         Windows that were fixed in beta2.
52
53 2005-01-17  Sebastien Pouliot  <sebastien@ximian.com>
54
55         * Pkcs9ContentTypeTest.cs: New. Unit tests for ContentType attribute.
56         * Pkcs9DocumentDescriptionTest.cs: Added tests for Format(bool).
57         * Pkcs9DocumentNameTest.cs: Added tests for Format(bool).
58         * Pkcs9MessageDigestTest.cs: New. Unit tests for MessageDigest attr.
59         * Pkcs9SigningTimeTest.cs: Added tests for Format(bool) and tests to
60         check valid dates - limited to [1950,2049].
61
62 2004-07-09  Sebastien Pouliot  <sebastien@ximian.com>
63
64         * AlgorithmIdentifierTest.cs: Fixed for Fx 2.0 beta1.
65         * CmsRecipientTest.cs: Replace Pkcs7RecipientTest.cs in Fx 2.0 beta1.
66         * CmsSignerTest.cs: Replace Pkcs7SignerTest.cs in Fx 2.0 beta1.
67         * ContentInfoTest.cs: Fixed for Fx 2.0 beta1.
68         * EnvelopedCmsTest.cs: Replace EnvelopedPkcs7Test.cs in Fx 2.0 beta1.
69         * KeyTransRecipientInfoTest.cs: Fixed for Fx 2.0 beta1.
70         * Pkcs9AttributeTest.cs: Fixed for Fx 2.0 beta1.
71         * Pkcs9DocumentDescriptionTest.cs: Fixed for Fx 2.0 beta1.
72         * Pkcs9DocumentNameTest.cs: Fixed for Fx 2.0 beta1.
73         * Pkcs9SigningTimeTest.cs: Fixed for Fx 2.0 beta1.
74         * SignedCmsTest.cs: Replace SignedPkcs7Test.cs in Fx 2.0 beta1.
75         * SignerInfoTest.cs: Fixed for Fx 2.0 beta1.
76         * SubjectIdentifierTest.cs: Fixed for Fx 2.0 beta1.
77
78 2004-07-07  Sebastien Pouliot  <sebastien@ximian.com>
79
80         * ContentInfoTest.cs: Adjusted for changes in Mono.Security.
81
82 2003-12-07  Sebastien Pouliot  <spouliot@videotron.ca>
83
84         * ContentInfoTest.cs: Changed test for GetContentType.
85         * EnvelopedPkcs7Test.cs: New. Unit tests for EnvelopedPkcs7 
86         (encryption).
87         * KeyTransRecipientInfoTest.cs: New. Unit tests for 
88         KeyTransRecipientInfo.
89         * Pkcs7RecipientTest.cs: New. Unit tests for Pkcs7Recipient.
90         * SignedPkcs7Test.cs: New. Unit tests for SignedPkcs7 (signatures).
91         * SignedInfoTest.cs: New. Unit tests for SignedInfo.
92         * SubjectIdentifierTest.cs: New. Unit tests for SubjectIdentifier.
93
94 2003-11-08  Sebastien Pouliot  <spouliot@videotron.ca>
95
96         * ContentInfoTest.cs: New. (Incomplete) Unit tests for ContentInfo.
97         * Pkcs7SignerTest.cs: New. New. Unit tests for Pkcs7Signer.
98         * RecipientInfoTest.cs: New. Unit tests for abstract class RecipientInfo.
99
100 2003-11-07  Sebastien Pouliot  <spouliot@videotron.ca>
101
102         * AlgorithmIdentifierTest.cs: New. Unit tests for AlgorithmIdentifier.
103         * CryptographicAttributeTest.cs: New. Unit tests for CryptographicAttribute.
104         * Pkcs9AttributeTest.cs: New. Unit tests for Pkcs9Attribute (same as for 
105         CryptographicAttribute).
106         * Pkcs9DocumentDescriptionTest.cs: New. Unit tests for Pkcs9DocumentDescription.
107         * Pkcs9DocumentNameTest.cs: New. Unit tests for Pkcs9DocumentName.
108         * Pkcs9SigningTimeTest.cs: New. Unit tests for Pkcs9SigningTime.