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