2005-04-23 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System.Security / Test / System.Security.Cryptography.Pkcs / ChangeLog
1 2005-04-23  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * CmsRecipientTest.cs, CmsSignerTest.cs, EnvelopedCmsTest.cs,
4         Pkcs9AttributeTest.cs, Pkcs9DocumentDescriptionTest.cs, 
5         Pkcs9DocumentNameTest.cs, Pkcs9SigningTimeTest.cs, SignedCmsTest.cs:
6         Adapted for class name changes in beta2 and re-activated some tests on
7         Windows that were fixed in beta2.
8
9 2005-01-17  Sebastien Pouliot  <sebastien@ximian.com>
10
11         * Pkcs9ContentTypeTest.cs: New. Unit tests for ContentType attribute.
12         * Pkcs9DocumentDescriptionTest.cs: Added tests for Format(bool).
13         * Pkcs9DocumentNameTest.cs: Added tests for Format(bool).
14         * Pkcs9MessageDigestTest.cs: New. Unit tests for MessageDigest attr.
15         * Pkcs9SigningTimeTest.cs: Added tests for Format(bool) and tests to
16         check valid dates - limited to [1950,2049].
17
18 2004-07-09  Sebastien Pouliot  <sebastien@ximian.com>
19
20         * AlgorithmIdentifierTest.cs: Fixed for Fx 2.0 beta1.
21         * CmsRecipientTest.cs: Replace Pkcs7RecipientTest.cs in Fx 2.0 beta1.
22         * CmsSignerTest.cs: Replace Pkcs7SignerTest.cs in Fx 2.0 beta1.
23         * ContentInfoTest.cs: Fixed for Fx 2.0 beta1.
24         * EnvelopedCmsTest.cs: Replace EnvelopedPkcs7Test.cs in Fx 2.0 beta1.
25         * KeyTransRecipientInfoTest.cs: Fixed for Fx 2.0 beta1.
26         * Pkcs9AttributeTest.cs: Fixed for Fx 2.0 beta1.
27         * Pkcs9DocumentDescriptionTest.cs: Fixed for Fx 2.0 beta1.
28         * Pkcs9DocumentNameTest.cs: Fixed for Fx 2.0 beta1.
29         * Pkcs9SigningTimeTest.cs: Fixed for Fx 2.0 beta1.
30         * SignedCmsTest.cs: Replace SignedPkcs7Test.cs in Fx 2.0 beta1.
31         * SignerInfoTest.cs: Fixed for Fx 2.0 beta1.
32         * SubjectIdentifierTest.cs: Fixed for Fx 2.0 beta1.
33
34 2004-07-07  Sebastien Pouliot  <sebastien@ximian.com>
35
36         * ContentInfoTest.cs: Adjusted for changes in Mono.Security.
37
38 2003-12-07  Sebastien Pouliot  <spouliot@videotron.ca>
39
40         * ContentInfoTest.cs: Changed test for GetContentType.
41         * EnvelopedPkcs7Test.cs: New. Unit tests for EnvelopedPkcs7 
42         (encryption).
43         * KeyTransRecipientInfoTest.cs: New. Unit tests for 
44         KeyTransRecipientInfo.
45         * Pkcs7RecipientTest.cs: New. Unit tests for Pkcs7Recipient.
46         * SignedPkcs7Test.cs: New. Unit tests for SignedPkcs7 (signatures).
47         * SignedInfoTest.cs: New. Unit tests for SignedInfo.
48         * SubjectIdentifierTest.cs: New. Unit tests for SubjectIdentifier.
49
50 2003-11-08  Sebastien Pouliot  <spouliot@videotron.ca>
51
52         * ContentInfoTest.cs: New. (Incomplete) Unit tests for ContentInfo.
53         * Pkcs7SignerTest.cs: New. New. Unit tests for Pkcs7Signer.
54         * RecipientInfoTest.cs: New. Unit tests for abstract class RecipientInfo.
55
56 2003-11-07  Sebastien Pouliot  <spouliot@videotron.ca>
57
58         * AlgorithmIdentifierTest.cs: New. Unit tests for AlgorithmIdentifier.
59         * CryptographicAttributeTest.cs: New. Unit tests for CryptographicAttribute.
60         * Pkcs9AttributeTest.cs: New. Unit tests for Pkcs9Attribute (same as for 
61         CryptographicAttribute).
62         * Pkcs9DocumentDescriptionTest.cs: New. Unit tests for Pkcs9DocumentDescription.
63         * Pkcs9DocumentNameTest.cs: New. Unit tests for Pkcs9DocumentName.
64         * Pkcs9SigningTimeTest.cs: New. Unit tests for Pkcs9SigningTime.