ChangeLog 2.0 KB

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