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