[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Mono.Security / Test / tools / mutual / ChangeLog
1 2005-06-14  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * README: Add information about optional mutual authentication.
4         * serveropt.sh: New. Server script to use OpenSSL to accept (but not
5         require) client certificates.
6
7 2005-04-13  Sebastien Pouliot  <sebastien@ximian.com>
8
9         * ChangeLog: New. Track changes for the mutual tool;
10         * ca.pem
11         * client.p12: New. PKCS#12 file containing the client certificate 
12         chain and the private key to the end-entity certificate.
13         * client.pem: New. Client certificate in PEM (base64) format.
14         * Makefile: New. To build the mutual tool;
15         * mutual.cs: New. Mutual authentication test tool. Heavily based on
16         the code supplied by Mark Wuesthoff from Middsol for bug #71696.
17         * README: New. Instruction on how to use the tool;
18         * server_cert.pem: New. Server certificate in PEM (base64) format.
19         * server_key.pem: New. Server private key in PEM (base64) format.
20         * server.sh: New. Server script to use OpenSSL to accept (and require)
21         client certificates.