ChangeLog 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. 2005-05-03 Sebastien Pouliot <[email protected]>
  2. * AsnEncodedData.cs: Allow CopyFrom to work even without an OID.
  3. 2005-04-25 Sebastien Pouliot <[email protected]>
  4. * AsnEncodedData.cs: Fix compiler warning (unused variable).
  5. 2005-04-23 Sebastien Pouliot <[email protected]>
  6. * CryptographicAttribute.cs: Renamed class to CryptographicAttribute
  7. Object to match beta2.
  8. * CryptographicAttributeCollection.cs: Renamed class to Cryptographic
  9. AttributeObjectCollection to match beta2.
  10. * CryptographicAttributeEnumerator.cs: Renamed class to Cryptographic
  11. AttributeObjectEnumerator to match beta2.
  12. 2005-01-20 Sebastien Pouliot <[email protected]>
  13. * AsnEncodedData.cs: Added "internal" support for SubjectAltName
  14. extension as it is required for SSL support.
  15. * Oid.cs: Added Oid / FriendlyName definitions for SubjectAltName.
  16. 2005-01-17 Sebastien Pouliot <[email protected]>
  17. * AsnEncodedData.cs: Added more decoding/formatting code as this class
  18. is far more intelligent (or bloated) than anticipated.
  19. * Oid.cs: Added more Oid / FriendlyName definitions required for the
  20. X.509 extensions and some more for some failing unit tests.
  21. * OidCollection.cs: Added support to make the collection read-only.
  22. 2005-01-13 Sebastien Pouliot <[email protected]>
  23. * AsnEncodedData.cs: Completed/fixed implementation.
  24. * CryptographicAttribute.cs: Fixed implementation with updated unit
  25. tests.
  26. * Oid.cs: Fixed implementation with updated unit tests.
  27. 2004-07-08 Sebastien Pouliot <[email protected]>
  28. * AsnEncodedData.cs: Fixes for Fx 2.0 beta 1 compatibility. Added
  29. MonoTODO to missing functionalities.
  30. * AsnEncodedDataCollection.cs: New.
  31. * AsnEncodedDataEnumerator.cs: New.
  32. * CryptographicAttribute.cs: New. Moved from S.S.C.Pkcs.
  33. * CryptographicAttributeCollection.cs: New. Replace S.S.C.Pkcs.
  34. Pkcs9AttributeCollection.
  35. * CryptographicAttributeEnumerator.cs: New. Replace S.S.C.Pkcs.
  36. Pkcs9AttributeEnumerator.
  37. 2003-11-06 Sebastien Pouliot <[email protected]>
  38. * AsnEncodedData.cs: New. Class to encapsulate ASN.1 data (.NET 1.2).
  39. * Oid.cs: New. Class to encapsulate OIDs (.NET 1.2).
  40. * OidCollection.cs: New. ICollection based class for OIDs (.NET 1.2).
  41. * OidEnumerator.cs: New. IEnumerator based class for OIDs (.NET 1.2).