Import release 0.1.8
[secnet] / NEWS
CommitLineData
c6f79b17
SE
1* New in version 0.1.8
2
3Netlink devices now support a 'point-to-point' mode. In this mode the
4netlink device does not require an IP address; instead, the IP address
5of the other end of the tunnel is specified using the 'ptp-address'
6option. Precisely one site must be configured to use the netlink
7device.
8
9The tunnel code in site.c now initiates a key setup if the
10reverse-transform function fails (wrong key, bad MAC, too much skew,
11etc.) - this should make secnet more reliable on dodgy links, which
12are much more common than links with active attackers... (an attacker
13can now force a new key setup by replaying an old packet, but apart
14from minor denial of service on slow links or machines this won't
15achieve them much).
16
17The sequence number skew detection code in transform.c now only
18complains about 'reverse skew' - replays of packets that are too
19old. 'Forward skew' (gaps in the sequence numbers of received packets)
20is now tolerated silently, to cope with large amounts of packet loss.