ChangeLog 1.4 KB

12345678910111213141516171819202122232425262728293031
  1. 2004-07-07 Sebastien Pouliot <[email protected]>
  2. * ContentInfoTest.cs: Adjusted for changes in Mono.Security.
  3. 2003-12-07 Sebastien Pouliot <[email protected]>
  4. * ContentInfoTest.cs: Changed test for GetContentType.
  5. * EnvelopedPkcs7Test.cs: New. Unit tests for EnvelopedPkcs7
  6. (encryption).
  7. * KeyTransRecipientInfoTest.cs: New. Unit tests for
  8. KeyTransRecipientInfo.
  9. * Pkcs7RecipientTest.cs: New. Unit tests for Pkcs7Recipient.
  10. * SignedPkcs7Test.cs: New. Unit tests for SignedPkcs7 (signatures).
  11. * SignedInfoTest.cs: New. Unit tests for SignedInfo.
  12. * SubjectIdentifierTest.cs: New. Unit tests for SubjectIdentifier.
  13. 2003-11-08 Sebastien Pouliot <[email protected]>
  14. * ContentInfoTest.cs: New. (Incomplete) Unit tests for ContentInfo.
  15. * Pkcs7SignerTest.cs: New. New. Unit tests for Pkcs7Signer.
  16. * RecipientInfoTest.cs: New. Unit tests for abstract class RecipientInfo.
  17. 2003-11-07 Sebastien Pouliot <[email protected]>
  18. * AlgorithmIdentifierTest.cs: New. Unit tests for AlgorithmIdentifier.
  19. * CryptographicAttributeTest.cs: New. Unit tests for CryptographicAttribute.
  20. * Pkcs9AttributeTest.cs: New. Unit tests for Pkcs9Attribute (same as for
  21. CryptographicAttribute).
  22. * Pkcs9DocumentDescriptionTest.cs: New. Unit tests for Pkcs9DocumentDescription.
  23. * Pkcs9DocumentNameTest.cs: New. Unit tests for Pkcs9DocumentName.
  24. * Pkcs9SigningTimeTest.cs: New. Unit tests for Pkcs9SigningTime.