]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fixed an issue where if reneg-sec was set to 0 on the client,
authorJames Yonan <james@openvpn.net>
Sat, 6 Mar 2010 15:38:23 +0000 (15:38 +0000)
committerJames Yonan <james@openvpn.net>
Sat, 6 Mar 2010 15:38:23 +0000 (15:38 +0000)
commit112e6704c963841f65f2bdd958f289fd7e50f007
tree50062a463c9d502bef130a4ff39e66d5745a3480
parent3a37ffbe898b05d28a2eb52122e2a3ea43970690
Fixed an issue where if reneg-sec was set to 0 on the client,
so that the server-side value would take precedence,
the auth_deferred_expire_window function would incorrectly
return a window period of 0 seconds.  In this case, the
correct window period should be the handshake window
period.

git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@5464 e7ae566f-a301-0410-adde-c780ea21d3b5
ssl.c