* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / Mono.Security / Test / tools / README
1 Here are some test tools for Mono.Security assembly.
2
3 - tlstest
4         SSL3/TLS1 tool to securely download web pages. The tool will show
5         details if the certificate isn't trusted (or any other certificate
6         realted error).
7
8 - cutcli
9         SSL3/TLS1 tool that can cut the transmission (read or write) after
10         "n" bytes are sent/received. This can simulate a server that hangs
11         in the middle of a record. It can also be used to simulate DoS as
12         the connection isn't closed.
13
14 - postecho
15         SSL3/TLS1 tool to post a buffer to a web server and check that it
16         was echoed back correctly. Requires a script on the server side.
17
18 - npdbtest
19         Npgsql-based tool to test the SSL implementation. Requires PostgreSQL
20         installed.
21
22 Sebastien Pouliot
23 sebastien@ximian.com