Import release 0.08
[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
8689b3a9 10netlink.c: done. jdamery reports tun-old code works on Linux-2.2
2fe58dfd
SE
11
12random.c: test
13
14resolver.c: done
15
16rsa.c: check padding type, change format to binary from decimal string
8689b3a9 17(without introducing endianness problems)
2fe58dfd
SE
18
19secnet.c: done
20
21site.c: the site_incoming() routing could be implemented much more
22cleanly using a table. There's still quite a lot of redundancy in this
8689b3a9
SE
23file. Abandon key exchanges when a bad packet is received. Tell
24netlink link is down if it's down and we don't have address for other
25end.
2fe58dfd 26
8689b3a9 27transform.c: done. Needs checking for endianness problems.
2fe58dfd
SE
28
29udp.c: done
30
31util.c: sort out logging
8689b3a9
SE
32
33General: check over MBM's patches for BSD.