ChangeLog 785 B

123456789101112131415
  1. 2003-11-08 Sebastien Pouliot <[email protected]>
  2. * ContentInfoTest.cs: New. (Incomplete) Unit tests for ContentInfo.
  3. * Pkcs7SignerTest.cs: New. New. Unit tests for Pkcs7Signer.
  4. * RecipientInfoTest.cs: New. Unit tests for abstract class RecipientInfo.
  5. 2003-11-07 Sebastien Pouliot <[email protected]>
  6. * AlgorithmIdentifierTest.cs: New. Unit tests for AlgorithmIdentifier.
  7. * CryptographicAttributeTest.cs: New. Unit tests for CryptographicAttribute.
  8. * Pkcs9AttributeTest.cs: New. Unit tests for Pkcs9Attribute (same as for
  9. CryptographicAttribute).
  10. * Pkcs9DocumentDescriptionTest.cs: New. Unit tests for Pkcs9DocumentDescription.
  11. * Pkcs9DocumentNameTest.cs: New. Unit tests for Pkcs9DocumentName.
  12. * Pkcs9SigningTimeTest.cs: New. Unit tests for Pkcs9SigningTime.