2976768edd0d92ffee1339c3c3b33a904a127c62
[silc.git] / apps / silc / testi.conf
1 #
2 # Configured ciphers.
3 #
4 # Format: <name>:<module path>:<key length>:<block length>
5 #
6 # If the cipher is builtin the <module path> maybe omitted.
7 #
8 [cipher]
9 aes-256-cbc:../lib/silcsim/modules/aes.sim.so:32:16
10 aes-192-cbc:../lib/silcsim/modules/aes.sim.so:24:16
11 aes-128-cbc:../lib/silcsim/modules/aes.sim.so:16:16
12 twofish-256-cbc:../lib/silcsim/modules/twofish.sim.so:32:16
13 twofish-192-cbc:../lib/silcsim/modules/twofish.sim.so:24:16
14 twofish-128-cbc:../lib/silcsim/modules/twofish.sim.so:16:16
15 mars-256-cbc:../lib/silcsim/modules/mars.sim.so:32:16
16 mars-192-cbc:../lib/silcsim/modules/mars.sim.so:24:16
17 mars-128-cbc:../lib/silcsim/modules/mars.sim.so:16:16
18 none:../lib/silcsim/modules/none.sim.so:0:0
19
20 #
21 # Configured hash functions.
22 #
23 # Format: <name>:<module path>:<block length>:<digest length>
24 #
25 # If the hash function is builtin the <module path> maybe omitted.
26 #
27 [hash]
28 md5::64:16
29 sha1::64:20
30
31 #
32 # Configured HMAC functions. The hash function used in the HMAC must
33 # configured to the [hash] section.
34 #
35 # Format: <name>:<hash name>:<mac length>
36 #
37 [hmac]
38 hmac-sha1-96:sha1:12
39 hmac-md5-96:md5:12
40 hmac-sha1:sha1:20
41 hmac-md5:md5:16
42
43 #
44 # Configured PKCS.
45 #
46 # Format: <name>:<module path>:<key length>
47 #
48 # NOTE: <module path> must be omitted as PKCS cannot be modules currently.
49 #
50 #[pkcs]
51 #rsa::1024
52 #dss::1024
53
54 #
55 # Configured connections to servers.
56 #
57 # Format: <remote host>:<auth type>:<auth data>:<port>
58 #
59 # <auth type> maybe `passwd' or `pubkey'.
60 #
61 [connection]
62 #lassi.kuo.fi.ssh.com:passwd::706
63
64 #
65 # Commands.  These are executed when SILC client is run.  Normal
66 # SILC commands may be executed here.
67 #
68 # Format: <command>
69 #
70 [commands]