ChangeLog 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503
  1. 2005-04-04 Atsushi Enomoto <[email protected]>
  2. * XmlSignatureStreamReader.cs : new file. Handles Stream to rip CR off.
  3. * XmlDsigXPathTransform.cs,
  4. XmlDecryptionTransform.cs,
  5. XmlDsigC14NTransform.cs,
  6. XmlDsigEnvelopedSignatureTransform.cs,
  7. XmlDsigXsltTransform.cs : use XmlSignatureStreamReader for Streams.
  8. 2004-09-16 Sebastien Pouliot <[email protected]>
  9. * Signature.cs: Fixed Xmldsig and broken unit tests.
  10. * SignedXml.cs: Fixed warning (level 4) for unused variable.
  11. * XmlDsigEnvelopedSignatureTransform.cs: Fixed warning (l4) for unused
  12. variable.
  13. 2004-09-04 Tim Coleman <[email protected]>
  14. * XmlDecryptionTransform.cs:
  15. Implement rudimentary xpointer support for Except URIs.
  16. 2004-09-03 Tim Coleman <[email protected]>
  17. * EncryptedXml.cs: Add support for RSA for key formatting
  18. * Reference.cs: Include XmlDecryptionTransform
  19. * SignedXml.cs:
  20. Set the EncryptedKey on the XmlDecryptionTransform when
  21. loading XML
  22. * XmlDecryptionTransform.cs:
  23. Clean up decryption transformation to work without ugly hack.
  24. * XmlDsigExcC14NTransform.cs XmlDsigExcC14NWithCommentsTransform.cs:
  25. Implement this class based on XmlDsigC14N
  26. * XmlSignature.cs: Add namespaces for various classes.
  27. * KeyInfoEncryptedKey.cs SymmetricKeyWrap.cs:
  28. Remove TODO attributes from implemented methods.
  29. * KeyInfoName.cs: Put #if NET_2_0 markers in
  30. * Transform.cs: Implement GetDigestedOutput
  31. 2004-09-02 Tim Coleman <[email protected]>
  32. * CipherReference.cs: Add XmlDecryptionTransform for 2.0
  33. * EncryptedType.cs: Fix type initialization to conform to .NET
  34. * EncryptedXml.cs:
  35. Add support for RSA key decryption and "cloning" for Transform
  36. * KeyInfoX509Data Reference.cs SignedInfo.cs XmlDsigC14NTransform.cs:
  37. Add 2.0 stubs
  38. * Signature.cs:
  39. Create internal GetXml function if we already have a doc
  40. * SignedXml.cs: Fix the transformation when we get an XmlDocument out
  41. * XmlDecryptionTransform.cs: Implemented Xml Decryption
  42. * XmlSignature.cs: Add namespace for Xml Decryption
  43. 2004-08-31 Tim Coleman <[email protected]>
  44. * XmlDsigExcC14NTransform.cs XmlDsigExcC14NWithCommentsTransform.cs:
  45. Add new stub classes
  46. * SignedXml.cs Transform.cs:
  47. New methods for 2.0
  48. * EncryptedXml.cs SymmetricKeyWrap.cs:
  49. Get symmetric key wrap to work for AES keys.
  50. 2004-08-30 Tim Coleman <[email protected]>
  51. * EncryptedXml.cs: Implement lots of XML Encryption code.
  52. * SymmetricKeyWrap.cs: Fix TripleDES keywrap algorithm.
  53. * XmlSignature.cs: Add NET_2_0 check around EncryptedKey
  54. 2004-08-30 Atsushi Enomoto <[email protected]>
  55. * KeyInfo.cs : NET_1_1 build fix.
  56. 2004-08-29 Tim Coleman <[email protected]>
  57. * EncryptedKey.cs: Fix element name when generating XML.
  58. * EncryptedXml.cs: Implement more of encryption/decryption routines for .NET 2.0
  59. * KeyInfo.cs: Support for EncryptedKey KeyInfoClause.
  60. * KeyInfoName.cs: Add missing constructor
  61. * SymmetricKeyWrap.cs: Add untested TripleDES key wrap
  62. algorithms for encryption/decryption
  63. * XmlSignature.cs: Add EncryptedKey constant.
  64. * EncryptedData.cs: Add .NET 2.0 method stubs.
  65. 2004-07-20 Atsushi Enomoto <[email protected]>
  66. * Signature.cs : Fixed NextElementPos() that incorrectly examined
  67. node matching.
  68. 2004-07-07 Sebastien Pouliot <[email protected]>
  69. * EncryptedXml.cs: Fixed Urls for XmlEncElementUrl and
  70. XmlEncElementContentUrl.
  71. * X509IssuerSerial.cs: Make constructor internal so it doesn't show up
  72. in corcompare results for NET_2_0 profile.
  73. 2004-06-17 Sebastien Pouliot <[email protected]>
  74. * KeyInfoX509Data.cs: Removed old internal IssuerSerial for the
  75. undocumented structure (now documented, and public, in Fx 2.0).
  76. * X509IssuerSerial.cs: Use structure as public in NET_2_0 and as
  77. internal before that.
  78. 2004-06-10 Gert Driesen <[email protected]>
  79. * SignedXml.cs: API signature fixes
  80. 2004-06-04 Atsushi Enomoto <[email protected]>
  81. * SignedXml.cs : Complete fix for bug #59545. Support #xpointer(id()).
  82. Namespace fixup is required when signing prefixed xml.
  83. 2004-06-04 Atsushi Enomoto <[email protected]>
  84. * SignedXml.cs : Fix for bug #59545. Handle #xpointer(/) as document.
  85. 2004-05-31 Atsushi Enomoto <[email protected]>
  86. * SignedXml.cs : partial fix for bug #59165 that does not output
  87. namespace that conflicts with element's namespace.
  88. 2004-05-13 Sebastien Pouliot <[email protected]>
  89. * SignedXml.cs: Update TODO informations.
  90. 2004-05-13 Atsushi Enomoto <[email protected]>
  91. * XmlDsigBase64Transform.cs :
  92. LoadInput() should retrieve all the descendants.
  93. GetOutput() should handle nodes without digging into child nodes.
  94. 2004-05-05 Atsushi Enomoto <[email protected]>
  95. * SignedXml.cs,
  96. Transform.cs : code cleanup. #if !NET_1_0 -> #if NET_1_1.
  97. * XmlDsigBase64Transform.cs : Should not output the content of the
  98. selected element nodes. Put text content only those text nodes are
  99. in the node list.
  100. * XmlDsigEnvelopedSignatureTransform.cs : removed MonoTODO.
  101. * XmlDsigXsltTransform.cs : Use XmlResolver to load document and
  102. to transform. Throw null reference exception explicitly when
  103. the input was not loaded.
  104. 2004-04-02 Lluis Sanchez Gual <[email protected]>
  105. * XmlDsigEnvelopedSignatureTransform.cs, XmlDsigXPathTransform.cs,
  106. XmlDsigXsltTransform.cs: Fixed build for net_1_0 profile.
  107. 2004-03-30 Sebastien Pouliot <[email protected]>
  108. * Reference.cs: Changed code to use CryptoConfig to create transforms.
  109. This is "the" way to do it (e.g. to allow new transforms to be added)
  110. but cause problems when using VS.NET for debugging. Old code is still
  111. present, but commented, for that cause.
  112. 2004-03-27 Atsushi Enomoto <[email protected]>
  113. * SignedXml.cs : namespace nodes also should be supplied for enveloped
  114. objects.
  115. * KeyInfoRetrievalMethod.cs : Keep input element as well as others.
  116. 2004-03-27 Atsushi Enomoto <[email protected]>
  117. * SignedXml.cs : XPath transformation output is not type of Stream.
  118. Fix to support them by canonicalizing it.
  119. 2004-03-27 Atsushi Enomoto <[email protected]>
  120. * XmlDsigXsltTransform.cs : GetOutput() now just returns
  121. transformation output.
  122. 2004-03-27 Atsushi Enomoto <[email protected]>
  123. * SignedXml.cs : Added xmlns support for Manifest.
  124. 2004-03-26 Sebastien Pouliot <[email protected]>
  125. * Manifest.cs: New. Support for <Manifest> in Xml Digital Signature.
  126. This should help us to validate more tests from the Phaos suite.
  127. Note: Microsoft doesn't support this and we only support it for
  128. verification (not signature generation).
  129. * SignedXml.cs: Added support for Manifest, including recursive
  130. manifests. Made some changes to reuse existing code as much as
  131. possible. Better support for local/remote files - but requires
  132. catching an Uri exception for local files :-(.
  133. * XmlSignature.cs: Added constants for Manifest element and URI.
  134. 2004-03-26 Atsushi Enomoto <[email protected]>
  135. * SignedXml.cs :
  136. - Use specified (or default) XmlResolver to get external resource,
  137. instead of using WebRequest directly. Also modified it easier.
  138. - ApplyTransform() : Clone only when it is required. Handle
  139. transformation output other than Stream.
  140. - Even if applicable key was not found in GetHash(), don't throw
  141. crypto exception every time and just return false (MS does it).
  142. Throw an exception only when no key was specified as KeyInfo.
  143. * XmlDsigEnvelopedSignatureTransform.cs : Fixed get_OutputTypes which
  144. incorrectly set InputTypes internally.
  145. * XmlDsigXPathTransform.cs : Context namespace nodes in loaded
  146. transform parameter (i.e. <XPath>..</XPath>) should be registered
  147. to XsltContext. Otherwise prefix binding error occurs.
  148. Just filter attribute node, instead of filtering attribute children.
  149. 2004-03-25 Sebastien Pouliot <[email protected]>
  150. * SignedXml.cs: Added try/catch in CheckSignatureWithKey to return
  151. false on exceptions. Fix signature-rsa-detached-xslt-transform-bad
  152. -retrieval-method.xml in the Phaos test suite.
  153. 2004-03-24 Atsushi Enomoto <[email protected]>
  154. * Reference.cs, Signature.cs : They should keep input element and hence
  155. keep namespace context nodes on LoadXml() as same as SignedInfo.
  156. * SignedXml.cs : Fixed SignedInfoTransformed() to fill context
  157. namespace nodes into the input document (unlike other classes, there
  158. seems no other way to keep ns-nodes here).
  159. Now some of W3C phaos xmldsig test passes.
  160. 2004-03-23 Atsushi Enomoto <[email protected]>
  161. * SignedInfo.cs : It holds input element and directly returns it
  162. unless the properties are not set.
  163. Throw CryptographicException when Reference is empty *and* GetXml()
  164. is *created*. (when just returning input element, no exception is
  165. thrown).
  166. 2004-03-23 Atsushi Enomoto <[email protected]>
  167. * DataObject.cs : It now holds element instead of each parameters.
  168. Avoid loading element content to different document unless its
  169. properties were modified (to keep namespace node context).
  170. 2004-03-20 Sebastien Pouliot <[email protected]>
  171. * SignedXml.cs: Removed unused (and commented) ComputeHash method.
  172. 2004-03-19 Atsushi Enomoto <[email protected]>
  173. * XmlDsigXPathTransform.cs : just found stupid bug.
  174. 2004-03-19 Sebastien Pouliot <[email protected]>
  175. * SignedXml.cs: Lot of small changes to complete TODOs and to match
  176. the new unit tests.
  177. 2004-03-17 Sebastien Pouliot <[email protected]>
  178. * SignedXml.cs: The old method was working for creating signature -
  179. so it was reintroduced for (only) this case.
  180. 2004-03-17 Atsushi Enomoto <[email protected]>
  181. * SignedXml.cs : the result from enveloped signature transform should
  182. be canonicalized before getting its hash.
  183. * XmlDsigEnvelopedSignatureTransform.cs : in XPath selection,
  184. if the node is Signature itself it is not allowed.
  185. PreserveWhitespace is required.
  186. 2004-03-16 Sebastien Pouliot <[email protected]>
  187. * SignedXml.cs: Changed (again). This time we use the Stream when
  188. loading the document. We now pass 14 out of 15 of the Merlin's
  189. tests (including one that MS fails). The only failing test is the
  190. one that use the EnvelopedTransform (unfinished).
  191. 2004-03-16 Sebastien Pouliot <[email protected]>
  192. * SignedXml.cs: Commented my last changes to SignedXml as it made other
  193. unis tests fail (in the c14n-izer).
  194. 2004-03-16 Atsushi Enomoto <[email protected]>
  195. * XmlDsigNodeList.cs : removed BOM from code file.
  196. 2004-03-16 Atsushi Enomoto <[email protected]>
  197. * XmlDsigNodeList.cs : added.
  198. * XmlDsigXPathTransform.cs : removed XmlDsigNodeList class.
  199. * XmlDsigEnvelopedSignatureTransform.cs :
  200. Implemented GetOutput(). However, it is totally MS behavior
  201. dependent and not based on the spec (we can reimplement it based on
  202. improved XmlDsigXPathTransform).
  203. * SignedXml.cs : in GetOutput(), accept XmlNodeList input too.
  204. 2004-03-15 Sebastien Pouliot <[email protected]>
  205. * SignedXml.cs: Now use the original Signature element before applying
  206. the C14N transformation. Added a check for null in LoadXml.
  207. 2004-03-14 Atsushi Enomoto <[email protected]>
  208. * XmlDsigXPathTransform.cs : implemented GetOutput() (with some
  209. internal XPath context classes).
  210. 2004-03-13 Atsushi Enomoto <[email protected]>
  211. * XmlDsigXsltTransform.cs : LoadInnerXml() should just load stylesheet
  212. and LoadInput() should just load transformed document.
  213. Transformation should be done in GetOutput() because either of the
  214. stylesheet or input can be loaded in prior. Adjusted code format.
  215. 2004-03-12 Sebastien Pouliot <[email protected]>
  216. * Signature.cs: KeyInfo isn't required in schema.
  217. * SignedInfo.cs: Added support for missing HMACOutputLength.
  218. * SignedXml.cs: Added support to download a reference (experimental).
  219. Now throw exception for unknown hash algorithm or canonicalization
  220. methods. Changed GetPublicKey to iterate all available keys (not just
  221. the first one).
  222. 2004-03-09 Atsushi Enomoto <[email protected]>
  223. * KeyInfo.cs : Attribute Id was not handlded.
  224. * KeyInfoX509Data.cs : all array members return null when there are
  225. no such contents. Just find child elements, not descendants.
  226. * SignedXml.cs : key is not always required when CheckSignature() is
  227. called.
  228. * XmlDsigXsltTransform.cs : LoadInput should allow node list.
  229. * XmlSignature.cs : added GetChildElements().
  230. 2004-03-09 Atsushi Enomoto <[email protected]>
  231. * KeyInfoX509Data.cs : trivial local var name fix.
  232. 2004-03-09 Atsushi Enomoto <[email protected]>
  233. * KeyInfoX509Data.cs,
  234. Reference.cs,
  235. SignedInfo.cs,
  236. XmlSignature.cs : GetElementsByTagName() should be eliminated or
  237. at least should use namespace URI.
  238. 2004-03-04 Atsushi Enomoto <[email protected]>
  239. * KeyInfo.cs :
  240. Fixed LoadXml() to skip text nodes as MS.NET does.
  241. Uncommented out RSAKeyValue.
  242. * Signature.cs : Fixed LoadXml(). Don't use GetElementsByTagName()
  243. that incorrectly acquires descendants. Throw CryptographicException
  244. if required elements were not found.
  245. * Transform.cs : added internal GetResolver().
  246. * XmlDsigXPathTransform.cs,
  247. XmlDsigXsltTransform.cs : use XmlResolver.
  248. 2004-02-19 Tim Coleman <[email protected]>
  249. * SymmetricKeyWrap.cs:
  250. Add AES Key Wrap
  251. * EncryptedXml.cs:
  252. Add calls to SymmetricKeyWrap
  253. 2004-02-11 Sebastien Pouliot <[email protected]>
  254. * Reference.cs: Added LoadInnerXml to transforms. Removed unused
  255. variable.
  256. * Transform.cs: Import GetInnerXml in GetXml.
  257. * XmlDsigBase64Transform.cs: Now use a StreamWriter to avoid multiple
  258. allocations.
  259. * XmlDsigC14NTransform.cs: Added Stream support to LoadInput
  260. * XmlDsigXPathTransform.cs: Fixed GetInnerXml to include xpath
  261. expression and LoadInput. It nows match MS implementation but doesn't
  262. work like I think it should (but neither is MS implementation).
  263. 2004-02-10 Tim Coleman <[email protected]>
  264. * DataReference.cs EncryptedKey.cs EncryptedXml.cs
  265. * KeyInfoEncryptedKey.cs KeyReference.cs ReferenceList.cs
  266. * X509IssuerSerial.cs XmlDecryptionTransform.cs:
  267. Add new classes for Xml Encryption in 1.2
  268. * CipherData.cs CipherReference.cs EncryptedData.cs
  269. * EncryptedReference.cs EncryptionMethod.cs EncryptionProperty.cs :
  270. Change NamespaceURI reference to EncryptedXml class.
  271. Make compliant with 1.2
  272. * XmlEncryption.cs:
  273. Add new entity names.
  274. 2004-02-07 Tim Coleman <[email protected]>
  275. * CipherData.cs CipherReference.cs EncryptedData.cs
  276. * EncryptedReference.cs EncryptedType.cs EncryptionMethod.cs
  277. * EncryptionProperties.cs EncryptionProperty.cs XmlEncryption.cs:
  278. New classes added for Xml Encryption in 1.2
  279. * KeyInfoRetrievalMethod.cs:
  280. Added Type attribute for 1.2
  281. * XmlSignature.cs:
  282. Added string constants for algorithm namespaces
  283. 2004-01-11 Sebastien Pouliot <[email protected]>
  284. * SignedXml.cs: Fixed class signature (for 1.1+) by adding public to
  285. Resolver property.
  286. * Transform.cs: Fixed class signature (for 1.1+) by adding public to
  287. Resolver property.
  288. 2003-12-14 Sebastien Pouliot <[email protected]>
  289. * SignedXml.cs: Now load the public key when verifying (bug #52084)
  290. and can find an element by it's Id when Id isn't defined in DTD or XSD.
  291. 2003-07-27 Sebastien Pouliot <[email protected]>
  292. * XmlSignature.cs: Changed USE_VERSION_1_0 for NET_1_0.
  293. 2003-07-24 Sebastien Pouliot <[email protected]>
  294. * XmlDsigC14NTransform.cs: Patch to use Mono.Xml.XmlCanonicalizer
  295. from Aleksey Sanin.
  296. 2003-06-19 Nick Drochak <[email protected]>
  297. * DSAKeyValue.cs:
  298. * RSAKeyValue.cs: Work around for mcs? bug 45127.
  299. 2003-06-11 Sebastien Pouliot <[email protected]>
  300. * SignedXml.cs: Changed USE_VERSION_1_0 for NET_1_0.
  301. * Transform.cs: Changed USE_VERSION_1_0 for NET_1_0.
  302. 2003-05-25 Sebastien Pouliot <[email protected]>
  303. * XmlSignature.cs: Changed string "RetrievalElement" to "RetrievalMethod"
  304. to match framework 1.1 (this was a bug in framework 1.0).
  305. 2003-05-10 Sebastien Pouliot <[email protected]>
  306. * SignedXml.cs: Added property XmlResolver Resolver as per framework 1.1
  307. documentation (no public declaration).
  308. * Transform.cs: Added property XmlResolver Resolver as per framework 1.1
  309. documentation (no public declaration).
  310. 2003-03-03 Sebastien Pouliot <[email protected]>
  311. * DSAKeyValue.cs: Added patch from Atsushi Eno (to remove string
  312. XML generation).
  313. * RSAKeyValue.cs: Added patch from Atsushi Eno (to remove string
  314. XML generation).
  315. * XmlDsigBase64Transform.cs: Fixed problem when using XPath.
  316. 2003-03-02 Sebastien Pouliot <[email protected]>
  317. * DSAKeyValue.cs: New XML generation is commented. Old string technique
  318. did a better job to match MS implementation.
  319. * DataObject.cs: Replaced XML generation from StringBuilder to XmlElement.
  320. * KeyInfo.cs: Replaced XML generation from StringBuilder to XmlElement.
  321. * KeyInfoName.cs: Replaced XML generation from StringBuilder to XmlElement.
  322. * KeyInfoNode.cs: Replaced XML generation from StringBuilder to XmlElement.
  323. * KeyInfoRetrievalMethod.cs: Replaced XML generation from StringBuilder to XmlElement.
  324. * KeyInfoX509Data.cs: Replaced XML generation from StringBuilder to XmlElement.
  325. * RSAKeyValue.cs: New XML generation is commented. Old string technique
  326. did a better job to match MS implementation.
  327. * Reference.cs: Replaced XML generation from StringBuilder to XmlElement.
  328. * Signature.cs: Replaced XML generation from StringBuilder to XmlElement.
  329. * SignedInfo.cs: Replaced XML generation from StringBuilder to XmlElement.
  330. * SignedXml.cs: Replaced XML generation from StringBuilder to XmlElement.
  331. * Transform.cs: Replaced XML generation from StringBuilder to XmlElement.
  332. * XmlDsigEnvelopedSignatureTransform.cs: Added missing Algorithm URL.
  333. * XmlDsigXPathTransform.cs: Added missing Algorithm URL.
  334. * XmlSignature.cs: New. Private contants (construct similar to WSE).
  335. 2003-02-19 Sebastien Pouliot <[email protected]>
  336. * All: Corrected class indentation, minor fixes, added many MonoTODO (so class status
  337. will reflect reality).
  338. 2003-01-17 Sebastien Pouliot <[email protected]>
  339. * KeyInfo.cs: Changed some protected declaration to private.
  340. * KeyInfoName.cs: Changed some protected declaration to private.
  341. * KeyInfoNode.cs: Changed some protected declaration to private.
  342. * KeyInfoRetrievalMethod.cs: Changed some protected declaration to private.
  343. * KeyInfoX509Data.cs: Changed some protected declaration to private.
  344. * Transform.cs: Changed some protected declaration to private.
  345. * XmlDsigBase64Transform.cs: Changed some protected declaration to private.
  346. * XmlDsigC14NTransform.cs: Changed some protected declaration to private.
  347. * XmlDsigC14NWithCommentsTransform.cs: Changed some protected declaration to private.
  348. * XmlDsigEnvelopedSignatureTransform.cs: Changed some protected declaration to private.
  349. * XmlDsigXPathTransform.cs: Changed some protected declaration to private.
  350. * XmlDsigXsltTransform.cs: Changed some protected declaration to private.
  351. 2002-11-28 Sebastien Pouliot <[email protected]>
  352. * TODOAttribute.cs: New. Still much to do ;-)
  353. * XmlDsigXPathTransform.cs: Corrected to compile. Transform is non-
  354. functionnal.
  355. * XmlDsigXsltTransform.cs: Corrected to compile. Transform is non-
  356. functionnal.
  357. 2002-11-20 Sebastien Pouliot <[email protected]>
  358. * DataObject.cs: New. Complete implementation.
  359. * DSAKeyValue.cs: New. Complete implementation.
  360. * KeyInfo.cs: New. Complete implementation.
  361. * KeyInfoClause.cs: New. Abstract class (complete).
  362. * KeyInfoName.cs: New. Complete implementation.
  363. * KeyInfoNode.cs: New. Complete implementation.
  364. * KeyInfoRetrievalMethod.cs: New. Complete implementation.
  365. * KeyInfoX509Data.cs: New. Complete implementation.
  366. * Reference.cs: New. Incomplete implementation.
  367. * RSAKeyValue.cs: New. Complete implementation.
  368. * Signature.cs: New. Almost complete implementation - returned
  369. XML isn't exactly like the MS implementation.
  370. * SignedInfo.cs: New. Complete except SignatureLength.
  371. * SignedXml.cs: New. Minimal implementation (only enveloped signatures).
  372. Still many TODO!
  373. * Transform.cs: New. Abstract class (complete).
  374. * TransformChain.cs: New. Complete implementation.
  375. * XmlDsigBase64Transform.cs: New. Stub + basic logic.
  376. * XmlDsigC14NTransform.cs: New. Stub + basic logic.
  377. * XmlDsigC14NWithCommentsTransform.cs: New. Stub + basic logic.
  378. * XmlDsigEnvelopedSignatureTransform.cs: New. Stub + basic logic.
  379. * XmlDsigXPathTransform.cs: New. Stub + basic logic.
  380. * XmlDsigXsltTransform.cs: New. Stub + basic logic.