ChangeLog 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. 2005-09-26 Sebastien Pouliot <[email protected]>
  2. * Asn*.cs, Oid*.cs: Moved from System.Security.dll
  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. 2004-07-09 Sebastien Pouliot <[email protected]>
  13. * AsnEncodedDataTest.cs: Fixed for Fx 2.0 beta1.
  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).