Import release 0.1.0
[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
baa06aeb
SE
23file. Abandon key exchanges when a bad packet is received. Modify
24protocol to include version fields, as described in the NOTES file.
2fe58dfd 25
baa06aeb 26transform.c: done. JDA reports endianness problems are fixed.
2fe58dfd
SE
27
28udp.c: done
29
30util.c: sort out logging
8689b3a9
SE
31
32General: check over MBM's patches for BSD.