ChangeLog 2.0 KB

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