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