ChangeLog 3.9 KB

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