This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / class / System.Security / Test / System.Security.Cryptography.Pkcs / ChangeLog
1 2003-12-07  Sebastien Pouliot  <spouliot@videotron.ca>
2
3         * ContentInfoTest.cs: Changed test for GetContentType.
4         * EnvelopedPkcs7Test.cs: New. Unit tests for EnvelopedPkcs7 
5         (encryption).
6         * KeyTransRecipientInfoTest.cs: New. Unit tests for 
7         KeyTransRecipientInfo.
8         * Pkcs7RecipientTest.cs: New. Unit tests for Pkcs7Recipient.
9         * SignedPkcs7Test.cs: New. Unit tests for SignedPkcs7 (signatures).
10         * SignedInfoTest.cs: New. Unit tests for SignedInfo.
11         * SubjectIdentifierTest.cs: New. Unit tests for SubjectIdentifier.
12
13 2003-11-08  Sebastien Pouliot  <spouliot@videotron.ca>
14
15         * ContentInfoTest.cs: New. (Incomplete) Unit tests for ContentInfo.
16         * Pkcs7SignerTest.cs: New. New. Unit tests for Pkcs7Signer.
17         * RecipientInfoTest.cs: New. Unit tests for abstract class RecipientInfo.
18
19 2003-11-07  Sebastien Pouliot  <spouliot@videotron.ca>
20
21         * AlgorithmIdentifierTest.cs: New. Unit tests for AlgorithmIdentifier.
22         * CryptographicAttributeTest.cs: New. Unit tests for CryptographicAttribute.
23         * Pkcs9AttributeTest.cs: New. Unit tests for Pkcs9Attribute (same as for 
24         CryptographicAttribute).
25         * Pkcs9DocumentDescriptionTest.cs: New. Unit tests for Pkcs9DocumentDescription.
26         * Pkcs9DocumentNameTest.cs: New. Unit tests for Pkcs9DocumentName.
27         * Pkcs9SigningTimeTest.cs: New. Unit tests for Pkcs9SigningTime.