Import release 0.1.7
[secnet] / TODO
CommitLineData
974d0468 1Makefile.in: autodep stuff
4efd681a 2
8689b3a9
SE
3dh.c: change format to binary from decimal string (without introducing
4endianness problems)
2fe58dfd 5
3454dce4
SE
6netlink.c: investigate why 'default' routes don't appear to work
7(reported by JDA).
9d3a4132 8
042a8da9
SE
9slip.c: restart userv-ipif to cope with soft routes? Restart it if it
10fails in use?
9d3a4132
SE
11
12tun.c: jdamery reports tun-old code works on Linux-2.2.
3454dce4
SE
13Unresolved problem with ioctl(TUNSETIFF) sometimes returning EINVAL, seems
14to be related to early 2.4.x (x<=5) series kernels. 2.4.9 and above seem ok;
152.4.[678] untested.
2fe58dfd
SE
16
17random.c: test
18
2fe58dfd 19rsa.c: check padding type, change format to binary from decimal string
8689b3a9 20(without introducing endianness problems)
2fe58dfd 21
2fe58dfd
SE
22site.c: the site_incoming() routing could be implemented much more
23cleanly using a table. There's still quite a lot of redundancy in this
baa06aeb
SE
24file. Abandon key exchanges when a bad packet is received. Modify
25protocol to include version fields, as described in the NOTES file.
2fe58dfd 26
042a8da9
SE
27transform.c: separate the transforms into multiple parts, which can
28then be combined in the configuration file. Will allow the user to
29plug in different block ciphers, invent an authenticity-only mode,
30etc.
8689b3a9 31
3454dce4
SE
32sha1.c: test
33