ChangeLog 1.5 KB

123456789101112131415161718192021222324252627282930313233
  1. 2002-11-28 Sebastien Pouliot <[email protected]>
  2. * TODOAttribute.cs: New. Still much to do ;-)
  3. * XmlDsigXPathTransform.cs: Corrected to compile. Transform is non-
  4. functionnal.
  5. * XmlDsigXsltTransform.cs: Corrected to compile. Transform is non-
  6. functionnal.
  7. 2002-11-20 Sebastien Pouliot <[email protected]>
  8. * DataObject.cs: New. Complete implementation.
  9. * DSAKeyValue.cs: New. Complete implementation.
  10. * KeyInfo.cs: New. Complete implementation.
  11. * KeyInfoClause.cs: New. Abstract class (complete).
  12. * KeyInfoName.cs: New. Complete implementation.
  13. * KeyInfoNode.cs: New. Complete implementation.
  14. * KeyInfoRetrievalMethod.cs: New. Complete implementation.
  15. * KeyInfoX509Data.cs: New. Complete implementation.
  16. * Reference.cs: New. Incomplete implementation.
  17. * RSAKeyValue.cs: New. Complete implementation.
  18. * Signature.cs: New. Almost complete implementation - returned
  19. XML isn't exactly like the MS implementation.
  20. * SignedInfo.cs: New. Complete except SignatureLength.
  21. * SignedXml.cs: New. Minimal implementation (only enveloped signatures).
  22. Still many TODO!
  23. * Transform.cs: New. Abstract class (complete).
  24. * TransformChain.cs: New. Complete implementation.
  25. * XmlDsigBase64Transform.cs: New. Stub + basic logic.
  26. * XmlDsigC14NTransform.cs: New. Stub + basic logic.
  27. * XmlDsigC14NWithCommentsTransform.cs: New. Stub + basic logic.
  28. * XmlDsigEnvelopedSignatureTransform.cs: New. Stub + basic logic.
  29. * XmlDsigXPathTransform.cs: New. Stub + basic logic.
  30. * XmlDsigXsltTransform.cs: New. Stub + basic logic.