[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Mono.Security / Test / tools / tlstest / ChangeLog
1 2005-04-15  Sebastien Pouliot  <sebastien@ximian.com> 
2
3         * README: informations about the different tools;
4         * tlssave.cs: New. Async HttpWebRequest and streams using HTTP or 
5         HTTPS GET. Saves the downloaded page to disk (1, 2, ... X).
6         * Makefile: Updated for tlssave.
7
8 2005-04-09  Sebastien Pouliot  <sebastien@ximian.com> 
9
10         * tlsasync.cs: New. Async HttpWebRequest and streams using HTTP or 
11         HTTPS GET. Display the web page if only one URL is supplied.
12         * Makefile: Build tlsasync tool.
13
14 2005-04-08  Sebastien Pouliot  <sebastien@ximian.com> 
15
16         * tlsmulti.cs: Display the web page if only one URL is supplied. Show
17         usage if no URL is specified.
18
19 2005-04-07  Sebastien Pouliot  <sebastien@ximian.com> 
20
21         * tlsmulti.cs: New. Async GET tests using HttpWebRequest.
22         * Makefile: Build tlsmulti tool.
23
24 2004-02-25  Sebastien Pouliot  <sebastien@ximian.com>
25
26         * tlstest.cs: Updated to support Basic and Digest authentication. Also
27         support ICertificatePolicy for WebRequests.
28
29 2004-02-23  Sebastien Pouliot  <sebastien@ximian.com>
30
31         * tlstest.cs: New. Tool to test for SSLv3 and TLSv1 stream 
32         implementation.