ChangeLog 4.3 KB

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