Import release 0.1.2
[secnet] / TODO
CommitLineData
974d0468 1configure.in: done
4efd681a 2
974d0468 3Makefile.in: autodep stuff
4efd681a 4
974d0468 5conffile.c: done
2fe58dfd 6
8689b3a9
SE
7dh.c: change format to binary from decimal string (without introducing
8endianness problems)
2fe58dfd 9
9d3a4132
SE
10netlink.c: done
11
12slip.c: done. Detect failure of userv-ipif to start.
13
14tun.c: jdamery reports tun-old code works on Linux-2.2.
70dc107b 15Unresolved problem with ioctl(TUNSETIFF) sometimes return EINVAL.
2fe58dfd
SE
16
17random.c: test
18
19resolver.c: done
20
21rsa.c: check padding type, change format to binary from decimal string
8689b3a9 22(without introducing endianness problems)
2fe58dfd
SE
23
24secnet.c: done
25
26site.c: the site_incoming() routing could be implemented much more
27cleanly using a table. There's still quite a lot of redundancy in this
baa06aeb
SE
28file. Abandon key exchanges when a bad packet is received. Modify
29protocol to include version fields, as described in the NOTES file.
2fe58dfd 30
baa06aeb 31transform.c: done. JDA reports endianness problems are fixed.
2fe58dfd
SE
32
33udp.c: done
34
35util.c: sort out logging
8689b3a9 36
9d3a4132
SE
37General: separate the transforms in transform.c into multiple parts,
38which can then be combined in the configuration file. Will allow the
39user to plug in different block ciphers, invent an authenticity-only
40mode, etc.
41
42Write scripts to generate the 'real' sites file from a less-expressive
43version that's more easily checked by external tools.