]> git.ipfire.org Git - thirdparty/openvpn.git/commit
merge key_state->authenticated and key_state->auth_deferred
authorArne Schwabe <arne@rfc2549.org>
Mon, 6 Jul 2020 16:35:16 +0000 (18:35 +0200)
committerGert Doering <gert@greenie.muc.de>
Mon, 6 Jul 2020 19:15:45 +0000 (21:15 +0200)
commita5e6f2d217309969a835f21b73b4dc0fbc70c4aa
tree5f39648a8ed25e6ab80c7ba39996dbf87c11b29d
parentefe01d52e36c597484b6fa24c4820b6345d08ae6
merge key_state->authenticated and key_state->auth_deferred

Both are tightly coupled often both are checked at the same time.
Merging them into one state makes the code simpler and also brings
us closer in the direction of a state machine

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20200706163516.11390-2-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg20216.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/ssl.c
src/openvpn/ssl_common.h
src/openvpn/ssl_verify.c