ChangeLog 1.1 KB

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