Files
twx-linux/net/xfrm
Herbert Xu c823d26e9a Fix IPSEC replay window handling
[IPSEC]: Reject packets within replay window but outside the bit mask

Up until this point we've accepted replay window settings greater than
32 but our bit mask can only accomodate 32 packets.  Thus any packet
with a sequence number within the window but outside the bit mask would
be accepted.

This patch causes those packets to be rejected instead.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-04-13 13:47:05 -07:00
..
2006-12-07 08:39:25 -08:00
2007-03-09 10:50:22 -08:00
2007-04-13 13:47:05 -07:00