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