ChangeLog 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. 2003-02-19 Sebastien Pouliot <[email protected]>
  2. * All: Corrected class indentation, minor fixes, added many MonoTODO (so class status
  3. will reflect reality).
  4. 2003-01-17 Sebastien Pouliot <[email protected]>
  5. * KeyInfo.cs: Changed some protected declaration to private.
  6. * KeyInfoName.cs: Changed some protected declaration to private.
  7. * KeyInfoNode.cs: Changed some protected declaration to private.
  8. * KeyInfoRetrievalMethod.cs: Changed some protected declaration to private.
  9. * KeyInfoX509Data.cs: Changed some protected declaration to private.
  10. * Transform.cs: Changed some protected declaration to private.
  11. * XmlDsigBase64Transform.cs: Changed some protected declaration to private.
  12. * XmlDsigC14NTransform.cs: Changed some protected declaration to private.
  13. * XmlDsigC14NWithCommentsTransform.cs: Changed some protected declaration to private.
  14. * XmlDsigEnvelopedSignatureTransform.cs: Changed some protected declaration to private.
  15. * XmlDsigXPathTransform.cs: Changed some protected declaration to private.
  16. * XmlDsigXsltTransform.cs: Changed some protected declaration to private.
  17. 2002-11-28 Sebastien Pouliot <[email protected]>
  18. * TODOAttribute.cs: New. Still much to do ;-)
  19. * XmlDsigXPathTransform.cs: Corrected to compile. Transform is non-
  20. functionnal.
  21. * XmlDsigXsltTransform.cs: Corrected to compile. Transform is non-
  22. functionnal.
  23. 2002-11-20 Sebastien Pouliot <[email protected]>
  24. * DataObject.cs: New. Complete implementation.
  25. * DSAKeyValue.cs: New. Complete implementation.
  26. * KeyInfo.cs: New. Complete implementation.
  27. * KeyInfoClause.cs: New. Abstract class (complete).
  28. * KeyInfoName.cs: New. Complete implementation.
  29. * KeyInfoNode.cs: New. Complete implementation.
  30. * KeyInfoRetrievalMethod.cs: New. Complete implementation.
  31. * KeyInfoX509Data.cs: New. Complete implementation.
  32. * Reference.cs: New. Incomplete implementation.
  33. * RSAKeyValue.cs: New. Complete implementation.
  34. * Signature.cs: New. Almost complete implementation - returned
  35. XML isn't exactly like the MS implementation.
  36. * SignedInfo.cs: New. Complete except SignatureLength.
  37. * SignedXml.cs: New. Minimal implementation (only enveloped signatures).
  38. Still many TODO!
  39. * Transform.cs: New. Abstract class (complete).
  40. * TransformChain.cs: New. Complete implementation.
  41. * XmlDsigBase64Transform.cs: New. Stub + basic logic.
  42. * XmlDsigC14NTransform.cs: New. Stub + basic logic.
  43. * XmlDsigC14NWithCommentsTransform.cs: New. Stub + basic logic.
  44. * XmlDsigEnvelopedSignatureTransform.cs: New. Stub + basic logic.
  45. * XmlDsigXPathTransform.cs: New. Stub + basic logic.
  46. * XmlDsigXsltTransform.cs: New. Stub + basic logic.