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