Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Security/Test/standalone_tests/ChangeLog')
-rw-r--r--mcs/class/System.Security/Test/standalone_tests/ChangeLog66
1 files changed, 0 insertions, 66 deletions
diff --git a/mcs/class/System.Security/Test/standalone_tests/ChangeLog b/mcs/class/System.Security/Test/standalone_tests/ChangeLog
deleted file mode 100644
index f6c070dcb23..00000000000
--- a/mcs/class/System.Security/Test/standalone_tests/ChangeLog
+++ /dev/null
@@ -1,66 +0,0 @@
-2007-01-17 Atsushi Enomoto <atsushi@ximian.com>
-
- * xmldsig.cs : exc-c14n tests could be run under 2.0 profile (and
- they are not working correctly yet).
- * Makefile : Added net_2_0 profile support.
-
-2007-01-12 Atsushi Enomoto <atsushi@ximian.com>
-
- * xmldsig.cs : signature-big.xml also depends on the input document.
-
-2005-04-04 Atsushi Enomoto <atsushi@ximian.com>
-
- * Makefile : Fixed reference to Mono.Security.dll. Added decent-reader
- option that indicates to use CR ('\r') stripping TextReader.
- * xmldsig.cs : use CR-stripping TextReader (optionally).
-
-2004-03-27 Sebastien Pouliot <sebastien@ximian.com>
-
- * xmldsig.cs: Added (manual) certificates for Phaos tests using
- Manifests.
-
-2004-03-26 Sebastien Pouliot <sebastien@ximian.com>
-
- * 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 <atsushi@ximian.com>
-
- * Makefile : Use alias for mcs and mono and debuginfo.
-
-2004-03-25 Sebastien Pouliot <sebastien@ximian.com>
-
- * 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 <sebastien@ximian.com>
-
- * 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 <sebastien@ximian.com>
-
- * 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 <atsushi@ximian.com>
-
- * xmldsig.cs : Ok, time to test phaos collection ;-)
-
-2004-03-20 Sebastien Pouliot <sebastien@ximian.com>
-
- * .cvsignore: Ignore Phaos test suite files.
-
-2004-03-16 Sebastien Pouliot <sebastien@ximian.com>
-
- * .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.
-