ChangeLog 3.2 KB

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