ChangeLog 2.2 KB

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