ChangeLog 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389
  1. 2009-07-14 Sebastien Pouliot <[email protected]>
  2. * SignedInfoTest.cs: Test case for Signature Length/Method mixup
  3. * SignedXmlTest.cs: Test cases for HMACOutputLength
  4. 2009-06-26 Robert Jordan <[email protected]>
  5. * *.cs: Upgrade to new NUnit style.
  6. 2008-11-01 Sebastien Pouliot <[email protected]>
  7. * EncryptedXmlTest.cs: Add null check test cases for many methods.
  8. * SignedXmlTest.cs: New. Check that GetIdElement returns null when
  9. either parameter is null.
  10. * TransformTest.cs: New. Check null check behavior.
  11. * XmlDecryptionTransformTest.cs: New. Check null check behavior.
  12. * XmlDsigC14NTransformTest.cs: Confirm MS.NET NRE behavior inside
  13. GetDigestedOutput method.
  14. * XmlDsigExcC14NTransformTest.cs: Confirm MS.NET NRE behavior inside
  15. GetDigestedOutput method.
  16. 2008-10-14 Gert Driesen <[email protected]>
  17. * XmlDsigXsltTranformTest.cs: Added test for .ctor (bool).
  18. * XmlDsigEnvelopedTransformTest.cs: Added test for .ctor (bool). Use
  19. Assert class. Improved properties tests.
  20. * XmlDsigC14TransformTest.cs: Added test for .ctor (bool).
  21. * XmlDsigExcC14NTransformTest.cs: Added .ctor tests and added asserts
  22. IncludsiveNamespacesPrefixList
  23. * XmlDsigExcC14NWithCommentsTransformTest.cs: Added basic .ctor and
  24. properties tests.
  25. * XmlDsigC14NWithCommentsTransformTest.cs: Fixed line endings.
  26. * XmlLicenseTransformTest.cs: Added basic .ctor and properties tests.
  27. 2008-09-17 Sebastien Pouliot <[email protected]>
  28. * SignedXmlTest.cs: Add test cases for HMACSHA[256|384|512] and
  29. HMACRIPEMD160 which are supported in 2.0. Based on test case from
  30. Fredrik Olsson on bug #425724.
  31. 2008-08-14 Gert Driesen <[email protected]>
  32. * KeyInfoX509DataTest.cs
  33. * SignedInfoTest.cs
  34. * XmlDsigC14NTransformTest.cs
  35. * XmlDsigExcC14NTransformTest.cs
  36. * XmlDsigC14NWithCommentsTransformTest.cs
  37. * ReferenceTet.cs
  38. * SignatureTest.cs: Fixed line endings.
  39. 2008-05-25 Sebastien Pouliot <[email protected]>
  40. * XmlDsigBase64TransformTest.cs: Add test case for InputTypes
  41. * XmlDsigExcC14NTransformTest.cs: Add test case for InputTypes
  42. 2007-03-22 Atsushi Enomoto <[email protected]>
  43. * XmlDsigC14NTransformTest.cs : added test for xmlns attribute
  44. completion for input nodes, as well as test for
  45. PropagatedNamespaces (ignored so far).
  46. 2007-01-25 Atsushi Enomoto <[email protected]>
  47. * SignedXmlTest.cs : enable SignElementWithPrefixedNamespace().
  48. 2007-01-23 Atsushi Enomoto <[email protected]>
  49. * SignedXmlTest.cs : fixed ambiguous variable name in previous tests.
  50. 2007-01-23 Atsushi Enomoto <[email protected]>
  51. * SignedXmlTest.cs :
  52. run the transformation in yesterday's test twice.
  53. 2007-01-22 Atsushi Enomoto <[email protected]>
  54. * XmlDsigExcC14NTransformTest.cs, XmlDsigC14NTransformTest.cs,
  55. SignedXmlTest.cs : added some more tests which blocks indigo.
  56. 2007-01-17 Atsushi Enomoto <[email protected]>
  57. * XmlDsigExcC14NTransformTest.cs : new tests, mostly copied from
  58. non-exc test.
  59. 2007-01-12 Atsushi Enomoto <[email protected]>
  60. * SignedXmlTest.cs : added DataReferenceToNonDataObject().
  61. 2007-01-12 Atsushi Enomoto <[email protected]>
  62. * DataObjectTest.cs : test to make sure to not clear attributes or
  63. children unnecessarily.
  64. 2007-01-12 Atsushi Enomoto <[email protected]>
  65. * SignedXmlTest.cs : fixed ComputeSignatureNoSigningKey() to not
  66. expect silly exception. Added test for malformed reference.
  67. 2007-01-12 Atsushi Enomoto <[email protected]>
  68. * SignedXmlTest.cs : added ComputeSignatureNoSigningKey().
  69. 2006-11-01 Atsushi Enomoto <[email protected]>
  70. * SignedXmlTest.cs : added Ignore for failing wrong test by design.
  71. 2006-10-11 Atsushi Enomoto <[email protected]>
  72. * SignedXmlTest.cs : added a test for signature method mismatch.
  73. 2006-09-25 Gert Driesen <[email protected]>
  74. * SignedXmlTest.cs: Added tests for bug #79454 and bug #79483 (marked
  75. NotWorking).
  76. 2006-09-22 Atsushi Enomoto <[email protected]>
  77. * EncryptedXmlTest.cs, EncryptedXmlSample3.xml :
  78. another decryption test for padding sanity.
  79. 2006-09-21 Atsushi Enomoto <[email protected]>
  80. * EncryptedXmlTest.cs : added roundtrip sample i.e. encryption test.
  81. 2006-09-21 Atsushi Enomoto <[email protected]>
  82. * EncryptedXmlTest.cs, EncryptedXmlSample2.xml :
  83. Added another case that expects correct padding processing which is
  84. specified in W3C xmlenc spec section 5.2.
  85. 2006-09-21 Atsushi Enomoto <[email protected]>
  86. * EncryptedXmlTest.cs :
  87. removed problematic culture change (was for debugging).
  88. 2006-09-21 Atsushi Enomoto <[email protected]>
  89. * EncryptedXmlTest.cs : new file. Added practical example.
  90. * EncryptedXmlSample1.xml, sample.pfx : support files for the above test.
  91. 2006-09-06 Atsushi Enomoto <[email protected]>
  92. * DataReferenceTest.cs : new test.
  93. 2005-09-27 Sebastien Pouliot <[email protected]>
  94. * KeyInfoX509DataTest.cs: Fixed tests case for 2.0 RC.
  95. * XmlDsigXPathTransformTest.cs: Fixed tests case for 2.0 RC.
  96. 2005-05-31 Atsushi Enomoto <[email protected]>
  97. * XmlDsigC14NWithCommentsTransformTest.cs : added File.Delete()
  98. sanity check on CleanUp().
  99. 2005-05-05 Sebastien Pouliot <[email protected]>
  100. * ReferenceTest.cs: Changed AddAllTransforms from Ignored to category
  101. NotDotNet as the test seems to fail only under NUnit.
  102. 2005-05-04 Sebastien Pouliot <[email protected]>
  103. * AssertCrypto.cs: Added method to compare somewhat different but ok
  104. XML fragments (when the xmlns for xmldsig is on a different element).
  105. * KeyInfoTest.cs, KeyInfoRetrievalMethodTest.cs, ReferenceTest.cs,
  106. SignedInfoTest.cs, SignatureTest.cs, SignedXmlTest.cs,
  107. XmlDsigC14NTransformTest.cs, XmlDsigC14NWithCommentsTransformTest.cs,
  108. XmlDsigXPathTransformTest.cs: Make all tests works under Fx 2.0 beta 2
  109. 2005-05-02 Sebastien Pouliot <[email protected]>
  110. * SignedXmlTest.cs: AddObject and AddReference now throws
  111. ArgumentNullException in 2.0.
  112. * XmlDsigC14NWithCommentsTransformTest.cs: InputType was fixed in 2.0.
  113. * XmlDsigC14NTransformTest.cs: InputType was fixed in 2.0.
  114. * XmlDsigXsltTransformTest.cs: Fixed tests for 2.0, InputType, Empty
  115. XSLT and invalid XSLT (new exception).
  116. 2005-04-28 Sebastien Pouliot <[email protected]>
  117. * XmlDsigXPathTransformTest.cs: Marked FunctionHereObsolete (ignored)
  118. and LoadInputAsXmlNodeList (failure) as [Category("NotWorking")] as
  119. they both pass under MS 1.x runtime (for bad and/or good reasons).
  120. 2005-04-26 Sebastien Pouliot <[email protected]>
  121. * KeyInfoX509DataTest.cs: Added new unit tests for NET_1_1 and updated
  122. tests to work on NET_2_0.
  123. 2005-04-06 Atsushi Enomoto <[email protected]>
  124. * XmlDsigC14NTransformTest.cs :
  125. Reverted last change in LoadInputAsXmlNodeList2(). It is MS bug.
  126. It now handles Load() behavioral difference between Stream and
  127. XmlDocument as expected.
  128. 2005-02-27 Nick Drochak <[email protected]>
  129. * XmlDsigXsltTransformTest.cs:
  130. * XmlDsigC14NTransformTest.cs: Make tests pass on MS.NET 1.1.
  131. 2004-06-06 Atsushi Enomoto <[email protected]>
  132. * XmlDsigXsltTransformTest.cs : Fixed EmbeddedStylesheet() that missed
  133. xmlns:xsl declaration.
  134. 2004-05-20 Sebastien Pouliot <[email protected]>
  135. * KeyInfoTest.cs: SetUp is now public (required for new nunit).
  136. * ReferenceTest.cs: SetUp is now public (required for new nunit).
  137. 2004-05-14 Atsushi Enomoto <[email protected]>
  138. * XmlDsigC14NTransform.cs : Reverted Ingore attribute that does not
  139. seem like incorrect test.
  140. 2004-05-05 Atsushi Enomoto <[email protected]>
  141. * XmlDsigBase64Transform.cs : LoadInputAsXmlNodeList() is testable.
  142. * XmlDsigC14NTransformTest.cs : Ignore LoadInputAsXmlNodeList(); that
  143. test premises incorrect namespace handling.
  144. * XmlDsigXPathTransformTest.cs : Removed some FIXMEs (counting node
  145. will give more expected results),
  146. plus some noise on FunctionHereObsolete().
  147. 2004-03-26 Atsushi Enomoto <[email protected]>
  148. * Added XmlDsigEnvelopedSignatureTransformTest.cs.
  149. * SignedXmlTest.cs : Added some KeyInfo and error handling repro.
  150. 2004-03-24 Atsushi Enomoto <[email protected]>
  151. * ReferenceTest.cs : Test for keeping document object identity.
  152. * XmlDsigC14NTransformTest.cs : Fixed LoadInputAsXmlNodeList(). Here,
  153. passed XmlNodeList means filtered (e.g. XPath) nodes, which might
  154. contain parent and children as each node in the list.
  155. Added LoadInputAsXmlNodeList2(), which fails in the meantime.
  156. 2004-03-23 Atsushi Enomoto <[email protected]>
  157. * SignedInfoTest.cs : assure the owner document object equality /
  158. inequality with related to LoadXml() and setting properties.
  159. 2004-03-23 Atsushi Enomoto <[email protected]>
  160. * DataObjectTest.cs : assure that owner document object is different
  161. after setting properties.
  162. 2004-03-20 Sebastien Pouliot <[email protected]>
  163. * SignedXmlTest.cs: Renamed GetPublicKey to PublicGetPublicKey to
  164. remove warning.
  165. 2004-03-19 Sebastien Pouliot <[email protected]>
  166. * SignedXmlTest.cs: Completed unit tests as many methods were not
  167. tested at all previously.
  168. 2004-03-15 Sebastien Pouliot <[email protected]>
  169. * SignedXmlTest.cs: Added null test for LoadXml.
  170. 2004-03-14 Atsushi Enomoto <[email protected]>
  171. * XmlDsigXPathTransformTest.cs : added TransformSimple() and
  172. FunctionHere() [commented].
  173. 2004-03-13 Atsushi Enomoto <[email protected]>
  174. * XmlDsigC14NWithCommentsTransformTest,cs : world.txt causes FileShare
  175. Win32Error so it should be added only when it does not exist.
  176. * XmlDsigXsltTransformTest.cs : embedded stylesheet should have
  177. version attribute. EmbeddedStylesheet() should also load input doc.
  178. 2004-03-12 Sebastien Pouliot <[email protected]>
  179. * XmlDsigC14NTransformTest.cs: Fixed missing files error under MS.NET.
  180. * XmlDsigC14NWithCommentsTransformTest.cs: Fixed missing files error
  181. under MS.NET.
  182. 2004-03-11 Atsushi Enomoto <[email protected]>
  183. * XmlDsigC14NTransformTest.cs : Stream2String() should consider utf-8
  184. escaping (i.e. it must be the same as with-comments test).
  185. Enabled example6 (encoding test).
  186. * XmlDsigXsltTransformTest.cs :
  187. GetXslDoc() now works (xmlns for dsig was missing).
  188. Added EmptyXslt(), EmbeddedStylesheet() and InvalidXslt().
  189. Activated ignored LoadInputAsXXX() and Load2() by supplying xsl.
  190. 2004-03-04 Atsushi Enomoto <[email protected]>
  191. * SignatureTest.cs : added some malformed xml tests.
  192. 2004-02-14 Atsushi Enomoto <[email protected]>
  193. * XmlDsigC14NTransformTest.cs,
  194. XmlDsigC14NWithCommentsTransformTest.cs:
  195. uncommented some code blocks which should be tested.
  196. 2004-02-11 Sebastien Pouliot <[email protected]>
  197. * KeyInfoTest.cs: Corrected the xmlRSA XML string.
  198. * ReferenceTest.cs: Tests fixed if XML is different (but equivalent)
  199. to MS implementation.
  200. * SignatureTest.cs: Tests fixed if XML is different (but equivalent)
  201. to MS implementation.
  202. * XmlDsigBase64TransformTest.cs: New UnprotectedGetInnerXml class to get
  203. results from the protected GetInnerXml. No more convertion to arrays.
  204. * XmlDsigC14NTransformTest.cs: New UnprotectedGetInnerXml class to get
  205. results from the protected GetInnerXml. Fixed input/output typo. Tests
  206. fixed if XML is different (but equivalent) to MS implementation.
  207. * XmlDsigC14NWithCommentsTransformTest.cs: New UnprotectedGetInnerXml
  208. class to get results from the protected GetInnerXml. Fixed input/output
  209. typo.
  210. * XmlDsigXPathTransformTest.cs: New. Unit tests XmlDsigXPathTransform.
  211. * XmlDsigXsltTransformTest.cs: New UnprotectedGetInnerXml class to get
  212. results from the protected GetInnerXml. Fixed input/output typo.
  213. 2003-12-14 Sebastien Pouliot <[email protected]>
  214. * SignedXmlTest.cs: Added a new unit test to verify both bugs (no
  215. key assigned on verification and GetElementId) found when fixing
  216. #52084.
  217. 2003-07-28 Sebastien Pouliot <[email protected]>
  218. * XmlDsigC14NTransformTest.cs: Corrected test for .NET 1.1 (that was a
  219. bug in .NET 1.0). There are no more unit test failures on Windows.
  220. 2003-07-27 Sebastien Pouliot <[email protected]>
  221. * KeyInfoTest.cs: Added #if NET_1_0 for the RetrievalMethod bug.
  222. 2003-07-24 Sebastien Pouliot <[email protected]>
  223. * XmlDsigC14NTransformTest.cs: New tests from Aleksey Sanin.
  224. * XmlDsigC14NWithCommentsTransformTest.cs: New tests from
  225. Aleksey Sanin.
  226. 2003-06-02 Sebastien Pouliot <[email protected]>
  227. * KeyInfoRetrievalMethodTest.cs: Changed RetrievalElement to
  228. RetrievalMethod to match W3C specification and framework 1.1.
  229. 2003-05-13 Martin Willemoes Hansen <[email protected]>
  230. * Tests inherits from Assertion and Assertion. prefix is removed
  231. 2003-03-03 Sebastien Pouliot <[email protected]>
  232. * XmlDsigBase64TransformTest.cs: Simplified some parts when fixing
  233. XPath test.
  234. 2003-03-02 Sebastien Pouliot <[email protected]>
  235. * KeyInfoNameTest.cs: Better naming.
  236. * KeyInfoRetrievalMethodTest.cs: Splitted a test.
  237. 2003-02-19 Sebastien Pouliot <[email protected]>
  238. * All: Updated tests for NUnit2. Some big tests where splited in
  239. smaller ones.
  240. * XmlDsigC14NTransformTest.cs: New, but almost empty, test suite.
  241. * XmlDsigC14NWithCommentsTransformTest.cs: New, but almost empty,
  242. test suite.
  243. 2002-11-28 Sebastien Pouliot <[email protected]>
  244. * AllTests.cs: Added missing test suites.
  245. 2002-11-20 Sebastien Pouliot <[email protected]>
  246. * AllTests.cs: New. Added suites for very listed files.
  247. * DataObjectTest.cs: New. Test suite for DataObject.
  248. * DSAKeyValueTest.cs: New. Test suite for DSAKeyValue.
  249. * KeyInfoNameTest.cs: New. Test suite for KeyInfoName.
  250. * KeyInfoNodeTest.cs: New. Test suite for KeyInfoNode.
  251. * KeyInfoRetrievalMethodTest.cs: New. Test suite for DSAKeyValue.
  252. * KeyInfoTest.cs: New. Test suite for KeyInfo.
  253. * KeyInfoX509DataTest.cs: New. Test suite for KeyInfoX509Data.
  254. * ReferenceTest.cs: New. Incomplete test suite for Reference.
  255. * RSAKeyValueTest.cs: New. Test suite for RSAKeyValue.
  256. * SignatureTest.cs: New. Partial test suite for Signature.
  257. * SignedInfoTest.cs: New. Partial test suite for SignedInfo.
  258. * SignedXmlTest.cs: New. Partial test suite for SignedXml.
  259. * TransformChainTest.cs: New. Test suite for TransformChain.
  260. * XmlDsigBase64TransformTest.cs: New. Partial test suite for
  261. XmlDsigBase64Transform
  262. * XmlDsigXsltTransformTest.cs: New. Partial test suite for
  263. XmlDsigXsltTransform.