ChangeLog 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. 2007-01-17 Atsushi Enomoto <[email protected]>
  2. * xmldsig.cs : exc-c14n tests could be run under 2.0 profile (and
  3. they are not working correctly yet).
  4. * Makefile : Added net_2_0 profile support.
  5. 2007-01-12 Atsushi Enomoto <[email protected]>
  6. * xmldsig.cs : signature-big.xml also depends on the input document.
  7. 2005-04-04 Atsushi Enomoto <[email protected]>
  8. * Makefile : Fixed reference to Mono.Security.dll. Added decent-reader
  9. option that indicates to use CR ('\r') stripping TextReader.
  10. * xmldsig.cs : use CR-stripping TextReader (optionally).
  11. 2004-03-27 Sebastien Pouliot <[email protected]>
  12. * xmldsig.cs: Added (manual) certificates for Phaos tests using
  13. Manifests.
  14. 2004-03-26 Sebastien Pouliot <[email protected]>
  15. * xmldsig.cs: Reactivated <Manifest> tests as support for them will be
  16. present in Mono. Changed directory for Phaos tests because of some
  17. documents' references.
  18. 2004-03-26 Atsushi Enomoto <[email protected]>
  19. * Makefile : Use alias for mcs and mono and debuginfo.
  20. 2004-03-25 Sebastien Pouliot <[email protected]>
  21. * xmldsig.cs: Some of the Phaos test files uses <Manifest> with having
  22. *manifest* in their name. Manually load certificates for Phaos tests
  23. that requires it (as RetrievalMethod isn't support automatically).
  24. 2004-03-25 Sebastien Pouliot <[email protected]>
  25. * xmldsig.cs: Added code to automagically ajust for presence of
  26. HMAC-MD5 and ExC14N in the framework and to manualy skip signatures
  27. containing <Manifest> (not supported).
  28. 2004-03-25 Sebastien Pouliot <[email protected]>
  29. * xmldsig.cs: Added code to ignore tests using HMAC-MD5 (1 in Phaos
  30. suite) as it is unsupported in Fx 1.0/1.1.
  31. 2004-03-24 Atsushi Enomoto <[email protected]>
  32. * xmldsig.cs : Ok, time to test phaos collection ;-)
  33. 2004-03-20 Sebastien Pouliot <[email protected]>
  34. * .cvsignore: Ignore Phaos test suite files.
  35. 2004-03-16 Sebastien Pouliot <[email protected]>
  36. * .cvsignore: Ignore temporary files.
  37. * c14n.cs: Canonalization tool. Take any XML document (or part of it)
  38. and output it's C14N form (C14N transformation is user selectable).
  39. * ChangeLog: New.
  40. * Makefile: New. Makefile to download, build and run xmldsig tests
  41. (copied from Atsushi - actually this whoile directory is his idea).
  42. * xmldsig.cs: New. Test program for Merlin's xmldsig test suite.