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