ChangeLog 2.1 KB

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