ChangeLog 2.9 KB

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