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