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