updates.
[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 PKCS.
33 #
34 # Format: <name>:<module path>:<key length>
35 #
36 # NOTE: <module path> must be omitted as PKCS cannot be modules currently.
37 #
38 #[pkcs]
39 #rsa::1024
40 #dss::1024
41
42 #
43 # Configured connections to servers.
44 #
45 # Format: <remote host>:<auth type>:<auth data>:<port>
46 #
47 # <auth type> maybe `passwd' or `pubkey'.
48 #
49 [connection]
50 #lassi.kuo.fi.ssh.com:passwd::706
51
52 #
53 # Commands.  These are executed when SILC client is run.  Normal
54 # SILC commands may be executed here.
55 #
56 # Format: <command>
57 #
58 [commands]