ChangeLog 1.4 KB

123456789101112131415161718192021222324252627282930313233
  1. 2005-01-17 Sebastien Pouliot <[email protected]>
  2. * AsnEncodedData.cs: Added more decoding/formatting code as this class
  3. is far more intelligent (or bloated) than anticipated.
  4. * Oid.cs: Added more Oid / FriendlyName definitions required for the
  5. X.509 extensions and some more for some failing unit tests.
  6. * OidCollection.cs: Added support to make the collection read-only.
  7. 2005-01-13 Sebastien Pouliot <[email protected]>
  8. * AsnEncodedData.cs: Completed/fixed implementation.
  9. * CryptographicAttribute.cs: Fixed implementation with updated unit
  10. tests.
  11. * Oid.cs: Fixed implementation with updated unit tests.
  12. 2004-07-08 Sebastien Pouliot <[email protected]>
  13. * AsnEncodedData.cs: Fixes for Fx 2.0 beta 1 compatibility. Added
  14. MonoTODO to missing functionalities.
  15. * AsnEncodedDataCollection.cs: New.
  16. * AsnEncodedDataEnumerator.cs: New.
  17. * CryptographicAttribute.cs: New. Moved from S.S.C.Pkcs.
  18. * CryptographicAttributeCollection.cs: New. Replace S.S.C.Pkcs.
  19. Pkcs9AttributeCollection.
  20. * CryptographicAttributeEnumerator.cs: New. Replace S.S.C.Pkcs.
  21. Pkcs9AttributeEnumerator.
  22. 2003-11-06 Sebastien Pouliot <[email protected]>
  23. * AsnEncodedData.cs: New. Class to encapsulate ASN.1 data (.NET 1.2).
  24. * Oid.cs: New. Class to encapsulate OIDs (.NET 1.2).
  25. * OidCollection.cs: New. ICollection based class for OIDs (.NET 1.2).
  26. * OidEnumerator.cs: New. IEnumerator based class for OIDs (.NET 1.2).