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/Mono.Security/Test/tools/tlstest/ChangeLog')
-rw-r--r--mcs/class/Mono.Security/Test/tools/tlstest/ChangeLog32
1 files changed, 0 insertions, 32 deletions
diff --git a/mcs/class/Mono.Security/Test/tools/tlstest/ChangeLog b/mcs/class/Mono.Security/Test/tools/tlstest/ChangeLog
deleted file mode 100644
index 85a1e16867f..00000000000
--- a/mcs/class/Mono.Security/Test/tools/tlstest/ChangeLog
+++ /dev/null
@@ -1,32 +0,0 @@
-2005-04-15 Sebastien Pouliot <sebastien@ximian.com>
-
- * README: informations about the different tools;
- * tlssave.cs: New. Async HttpWebRequest and streams using HTTP or
- HTTPS GET. Saves the downloaded page to disk (1, 2, ... X).
- * Makefile: Updated for tlssave.
-
-2005-04-09 Sebastien Pouliot <sebastien@ximian.com>
-
- * tlsasync.cs: New. Async HttpWebRequest and streams using HTTP or
- HTTPS GET. Display the web page if only one URL is supplied.
- * Makefile: Build tlsasync tool.
-
-2005-04-08 Sebastien Pouliot <sebastien@ximian.com>
-
- * tlsmulti.cs: Display the web page if only one URL is supplied. Show
- usage if no URL is specified.
-
-2005-04-07 Sebastien Pouliot <sebastien@ximian.com>
-
- * tlsmulti.cs: New. Async GET tests using HttpWebRequest.
- * Makefile: Build tlsmulti tool.
-
-2004-02-25 Sebastien Pouliot <sebastien@ximian.com>
-
- * tlstest.cs: Updated to support Basic and Digest authentication. Also
- support ICertificatePolicy for WebRequests.
-
-2004-02-23 Sebastien Pouliot <sebastien@ximian.com>
-
- * tlstest.cs: New. Tool to test for SSLv3 and TLSv1 stream
- implementation.