ChangeLog 2.6 KB

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