ChangeLog 1.8 KB

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