ChangeLog 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. 2005-04-23 Sebastien Pouliot <[email protected]>
  2. * CryptographicAttributeTest.cs: Changed class names to match beta2.
  3. 2005-01-20 Sebastien Pouliot <[email protected]>
  4. * AsnEncodedDataTest.cs: Added test case for SubjectAltName extension.
  5. 2005-01-17 Sebastien Pouliot <[email protected]>
  6. * AsnEncodedDataTest.cs: Added tests decode Fx supported Enhanced Key
  7. Usage extension and Fx "officially" unsupported Netscape Cert Type
  8. extension. Both are docoded sucessfully at this level.
  9. 2005-01-13 Sebastien Pouliot <[email protected]>
  10. * AsnEncodedDataTest.cs: Added tests for Oid, RawData properties and
  11. for CopyFrom method.
  12. * CryptographicAttributeTest.cs: Updated to NUnit 2.2 tests.
  13. 2004-07-09 Sebastien Pouliot <[email protected]>
  14. * AsnEncodedDataTest.cs: Fixed for Fx 2.0 beta1.
  15. * CryptographicAttributeTest.cs: New. Moved from S.S.C.Pkcs.
  16. * OidTest.cs: Fixed for Fx 2.0 beta1.
  17. 2003-11-06 Sebastien Pouliot <[email protected]>
  18. * AsnEncodedDataTest.cs: New. Unit tests for AsnEncodedData (.NET 1.2).
  19. * OidTest.cs: New. Unit tests for Oid (.NET 1.2).
  20. * OidCollectionTest.cs: New. Unit tests for OidCollection (.NET 1.2).
  21. * OidEnumeratorTest.cs: New. Unit tests for OidEnumerator (.NET 1.2).