2005-01-17 Sebastien Pouliot * Pkcs9ContentTypeTest.cs: New. Unit tests for ContentType attribute. * Pkcs9DocumentDescriptionTest.cs: Added tests for Format(bool). * Pkcs9DocumentNameTest.cs: Added tests for Format(bool). * Pkcs9MessageDigestTest.cs: New. Unit tests for MessageDigest attr. * Pkcs9SigningTimeTest.cs: Added tests for Format(bool) and tests to check valid dates - limited to [1950,2049]. 2004-07-09 Sebastien Pouliot * AlgorithmIdentifierTest.cs: Fixed for Fx 2.0 beta1. * CmsRecipientTest.cs: Replace Pkcs7RecipientTest.cs in Fx 2.0 beta1. * CmsSignerTest.cs: Replace Pkcs7SignerTest.cs in Fx 2.0 beta1. * ContentInfoTest.cs: Fixed for Fx 2.0 beta1. * EnvelopedCmsTest.cs: Replace EnvelopedPkcs7Test.cs in Fx 2.0 beta1. * KeyTransRecipientInfoTest.cs: Fixed for Fx 2.0 beta1. * Pkcs9AttributeTest.cs: Fixed for Fx 2.0 beta1. * Pkcs9DocumentDescriptionTest.cs: Fixed for Fx 2.0 beta1. * Pkcs9DocumentNameTest.cs: Fixed for Fx 2.0 beta1. * Pkcs9SigningTimeTest.cs: Fixed for Fx 2.0 beta1. * SignedCmsTest.cs: Replace SignedPkcs7Test.cs in Fx 2.0 beta1. * SignerInfoTest.cs: Fixed for Fx 2.0 beta1. * SubjectIdentifierTest.cs: Fixed for Fx 2.0 beta1. 2004-07-07 Sebastien Pouliot * ContentInfoTest.cs: Adjusted for changes in Mono.Security. 2003-12-07 Sebastien Pouliot * ContentInfoTest.cs: Changed test for GetContentType. * EnvelopedPkcs7Test.cs: New. Unit tests for EnvelopedPkcs7 (encryption). * KeyTransRecipientInfoTest.cs: New. Unit tests for KeyTransRecipientInfo. * Pkcs7RecipientTest.cs: New. Unit tests for Pkcs7Recipient. * SignedPkcs7Test.cs: New. Unit tests for SignedPkcs7 (signatures). * SignedInfoTest.cs: New. Unit tests for SignedInfo. * SubjectIdentifierTest.cs: New. Unit tests for SubjectIdentifier. 2003-11-08 Sebastien Pouliot * ContentInfoTest.cs: New. (Incomplete) Unit tests for ContentInfo. * Pkcs7SignerTest.cs: New. New. Unit tests for Pkcs7Signer. * RecipientInfoTest.cs: New. Unit tests for abstract class RecipientInfo. 2003-11-07 Sebastien Pouliot * AlgorithmIdentifierTest.cs: New. Unit tests for AlgorithmIdentifier. * CryptographicAttributeTest.cs: New. Unit tests for CryptographicAttribute. * Pkcs9AttributeTest.cs: New. Unit tests for Pkcs9Attribute (same as for CryptographicAttribute). * Pkcs9DocumentDescriptionTest.cs: New. Unit tests for Pkcs9DocumentDescription. * Pkcs9DocumentNameTest.cs: New. Unit tests for Pkcs9DocumentName. * Pkcs9SigningTimeTest.cs: New. Unit tests for Pkcs9SigningTime.