]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Move CRL reload to key_state_init from S_START transition
authorArne Schwabe <arne@rfc2549.org>
Fri, 22 Apr 2022 14:29:41 +0000 (16:29 +0200)
committerGert Doering <gert@greenie.muc.de>
Wed, 27 Apr 2022 15:59:34 +0000 (17:59 +0200)
commitfb6e6c2ae3e6ecdc6ac0b69a79741d52189c0c70
tree54b5a3c44a90782cfb0a1ae4dd540be3b76d0e5c
parent48ed1a3dd6e1dc2849a0dd909f1c848cc2c05f91
Move CRL reload to key_state_init from S_START transition

The current place that we reload is a bit more efficient since it only
triggers reload after a completed 3way handshake. On the other hand the
key_state_init is a much more logical place and with the upcoming
HMAC based UDP code and TCP code, the initialisation will only be done
after a 3way handshake.

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Antonio Quartulli <antonio@openvpn.net>
Message-Id: <20220422142953.3805364-7-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg24156.html

Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/ssl.c