]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
Use ESP replay protection with GlobalProtect
authorDaniel Lenski <dlenski@gmail.com>
Tue, 9 Jan 2018 08:01:23 +0000 (00:01 -0800)
committerDavid Woodhouse <dwmw2@infradead.org>
Tue, 27 Feb 2018 15:28:32 +0000 (16:28 +0100)
commit4e769c81415e90f1cc6f3267c235b78a22fd1010
treec2dab8da10731f586eaea3ceacfd1ad6932ce3cb
parent81c0c613d6e2585362e24ed014e45ab7d34ba2e3
Use ESP replay protection with GlobalProtect

GlobalProtect has the strange quirk that incoming (server → client) ESP
sequence numbers start at 1, not 0, but this just causes a one-time offset
for the replay protection checker.

Signed-off-by: Daniel Lenski <dlenski@gmail.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
gpst.c