ChangeLog 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. 2005-09-27 Sebastien Pouliot <[email protected]>
  2. * AsnEncodedDataCollection.cs: Added new ctor.
  3. 2005-09-26 Sebastien Pouliot <[email protected]>
  4. * Asn*.cs, Oid*.cs: Moved from System.Security.dll
  5. 2005-05-03 Sebastien Pouliot <[email protected]>
  6. * AsnEncodedData.cs: Allow CopyFrom to work even without an OID.
  7. 2005-04-25 Sebastien Pouliot <[email protected]>
  8. * AsnEncodedData.cs: Fix compiler warning (unused variable).
  9. 2005-01-20 Sebastien Pouliot <[email protected]>
  10. * AsnEncodedData.cs: Added "internal" support for SubjectAltName
  11. extension as it is required for SSL support.
  12. * Oid.cs: Added Oid / FriendlyName definitions for SubjectAltName.
  13. 2005-01-17 Sebastien Pouliot <[email protected]>
  14. * AsnEncodedData.cs: Added more decoding/formatting code as this class
  15. is far more intelligent (or bloated) than anticipated.
  16. * Oid.cs: Added more Oid / FriendlyName definitions required for the
  17. X.509 extensions and some more for some failing unit tests.
  18. * OidCollection.cs: Added support to make the collection read-only.
  19. 2005-01-13 Sebastien Pouliot <[email protected]>
  20. * AsnEncodedData.cs: Completed/fixed implementation.
  21. * Oid.cs: Fixed implementation with updated unit tests.
  22. 2004-07-08 Sebastien Pouliot <[email protected]>
  23. * AsnEncodedData.cs: Fixes for Fx 2.0 beta 1 compatibility. Added
  24. MonoTODO to missing functionalities.
  25. * AsnEncodedDataCollection.cs: New.
  26. * AsnEncodedDataEnumerator.cs: New.
  27. 2003-11-06 Sebastien Pouliot <[email protected]>
  28. * AsnEncodedData.cs: New. Class to encapsulate ASN.1 data (.NET 1.2).
  29. * Oid.cs: New. Class to encapsulate OIDs (.NET 1.2).
  30. * OidCollection.cs: New. ICollection based class for OIDs (.NET 1.2).
  31. * OidEnumerator.cs: New. IEnumerator based class for OIDs (.NET 1.2).