ChangeLog 1.5 KB

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