samples/README

changeset 0
f7d2d78eb424
equal deleted inserted replaced
-1:000000000000 0:f7d2d78eb424
1 Directories:
2 ------------
3 * certs
4 Contains scripts to generate the certificates used by the examples.
5 Generate Root CA 'A' and 'B' first, then the servers and clients.
6
7 * oneshot
8 A simple connection example.
9
10 * loop
11 Test successive connections between the server and the client
12 (to check memory leak).
13
14 * loop-gc
15 Same of above, but the connection is not explicit closed, the gabage
16 collector is encharge of that.
17
18 * wantread
19 Test timeout in handshake() and receive().
20
21 * wantwrite
22 Test timeout in send().
23
24 * want
25 Test want().
26
27 * key
28 Test encrypted private key.

mercurial