ChangeLog 4.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. 2005-09-27 Sebastien Pouliot <[email protected]>
  2. * Pkcs9AttributeTest.cs: Added new tests case for new overriden
  3. CopyFrom (added in 2.0 RC).
  4. * Pkcs9ContentTypeTest.cs: Fixed tests case for 2.0 RC.
  5. * Pkcs9MessageDigestTest.cs: Fixed tests case for 2.0 RC.
  6. 2005-05-03 Sebastien Pouliot <[email protected]>
  7. * ContentInfoTest.cs: Addd test cases for data, envelopedData and
  8. other "bad" cases.
  9. * EnvelopedCmsTest.cs: Added [Category ("NotWorking")] to tests for
  10. which Mono isn't complete enough to execute.
  11. * KeyTransRecipientInfoTest.cs: Added test for EncryptedKey (reference
  12. not copy).
  13. * Pkcs9ContentTypeTest.cs: Removed FIXME (fixed in beta2). Added
  14. CopyFrom tests.
  15. * Pkcs9DocumentDescriptionTest.cs: Removed FIXME (fixed in beta2).
  16. * Pkcs9MessageDigestTest.cs: Added CopyFrom tests.
  17. * SignerInfoCollectionTest.cs: New. Tests for SignerInfoCollection.
  18. * SignerInfoTest.cs: Mark some method/data internal so they can be
  19. reused for other tests.
  20. 2005-04-26 Sebastien Pouliot <[email protected]>
  21. * AlgorithmIdentifierTest.cs: Complete some test cases. Updated to
  22. NUnit 2.2 API.
  23. * SignedCmsTest.cs: Added [Ignore] to 3 tests that now also fails
  24. on beta2.
  25. 2005-04-23 Sebastien Pouliot <[email protected]>
  26. * CmsRecipientTest.cs, CmsSignerTest.cs, EnvelopedCmsTest.cs,
  27. Pkcs9AttributeTest.cs, Pkcs9DocumentDescriptionTest.cs,
  28. Pkcs9DocumentNameTest.cs, Pkcs9SigningTimeTest.cs, SignedCmsTest.cs:
  29. Adapted for class name changes in beta2 and re-activated some tests on
  30. Windows that were fixed in beta2.
  31. 2005-01-17 Sebastien Pouliot <[email protected]>
  32. * Pkcs9ContentTypeTest.cs: New. Unit tests for ContentType attribute.
  33. * Pkcs9DocumentDescriptionTest.cs: Added tests for Format(bool).
  34. * Pkcs9DocumentNameTest.cs: Added tests for Format(bool).
  35. * Pkcs9MessageDigestTest.cs: New. Unit tests for MessageDigest attr.
  36. * Pkcs9SigningTimeTest.cs: Added tests for Format(bool) and tests to
  37. check valid dates - limited to [1950,2049].
  38. 2004-07-09 Sebastien Pouliot <[email protected]>
  39. * AlgorithmIdentifierTest.cs: Fixed for Fx 2.0 beta1.
  40. * CmsRecipientTest.cs: Replace Pkcs7RecipientTest.cs in Fx 2.0 beta1.
  41. * CmsSignerTest.cs: Replace Pkcs7SignerTest.cs in Fx 2.0 beta1.
  42. * ContentInfoTest.cs: Fixed for Fx 2.0 beta1.
  43. * EnvelopedCmsTest.cs: Replace EnvelopedPkcs7Test.cs in Fx 2.0 beta1.
  44. * KeyTransRecipientInfoTest.cs: Fixed for Fx 2.0 beta1.
  45. * Pkcs9AttributeTest.cs: Fixed for Fx 2.0 beta1.
  46. * Pkcs9DocumentDescriptionTest.cs: Fixed for Fx 2.0 beta1.
  47. * Pkcs9DocumentNameTest.cs: Fixed for Fx 2.0 beta1.
  48. * Pkcs9SigningTimeTest.cs: Fixed for Fx 2.0 beta1.
  49. * SignedCmsTest.cs: Replace SignedPkcs7Test.cs in Fx 2.0 beta1.
  50. * SignerInfoTest.cs: Fixed for Fx 2.0 beta1.
  51. * SubjectIdentifierTest.cs: Fixed for Fx 2.0 beta1.
  52. 2004-07-07 Sebastien Pouliot <[email protected]>
  53. * ContentInfoTest.cs: Adjusted for changes in Mono.Security.
  54. 2003-12-07 Sebastien Pouliot <[email protected]>
  55. * ContentInfoTest.cs: Changed test for GetContentType.
  56. * EnvelopedPkcs7Test.cs: New. Unit tests for EnvelopedPkcs7
  57. (encryption).
  58. * KeyTransRecipientInfoTest.cs: New. Unit tests for
  59. KeyTransRecipientInfo.
  60. * Pkcs7RecipientTest.cs: New. Unit tests for Pkcs7Recipient.
  61. * SignedPkcs7Test.cs: New. Unit tests for SignedPkcs7 (signatures).
  62. * SignedInfoTest.cs: New. Unit tests for SignedInfo.
  63. * SubjectIdentifierTest.cs: New. Unit tests for SubjectIdentifier.
  64. 2003-11-08 Sebastien Pouliot <[email protected]>
  65. * ContentInfoTest.cs: New. (Incomplete) Unit tests for ContentInfo.
  66. * Pkcs7SignerTest.cs: New. New. Unit tests for Pkcs7Signer.
  67. * RecipientInfoTest.cs: New. Unit tests for abstract class RecipientInfo.
  68. 2003-11-07 Sebastien Pouliot <[email protected]>
  69. * AlgorithmIdentifierTest.cs: New. Unit tests for AlgorithmIdentifier.
  70. * CryptographicAttributeTest.cs: New. Unit tests for CryptographicAttribute.
  71. * Pkcs9AttributeTest.cs: New. Unit tests for Pkcs9Attribute (same as for
  72. CryptographicAttribute).
  73. * Pkcs9DocumentDescriptionTest.cs: New. Unit tests for Pkcs9DocumentDescription.
  74. * Pkcs9DocumentNameTest.cs: New. Unit tests for Pkcs9DocumentName.
  75. * Pkcs9SigningTimeTest.cs: New. Unit tests for Pkcs9SigningTime.