]> git.ipfire.org Git - thirdparty/openvpn.git/commit
fix key_state_gen_auth_control_files probably checking file creation
authorArne Schwabe <arne@rfc2549.org>
Thu, 30 Oct 2025 19:39:34 +0000 (20:39 +0100)
committerGert Doering <gert@greenie.muc.de>
Thu, 30 Oct 2025 20:56:18 +0000 (21:56 +0100)
commit2f8cbf5bc95b80832c84b0396cb7851bf5a2c579
treeddb4c6011f8a587b0bb1f3b563535cb840a9977e
parent3fbba254b8645d2d1241e59f6ebd05e85ce05b52
fix key_state_gen_auth_control_files probably checking file creation

When the auth_failed_reason_file was added, it was forgotten to also add it
to the conditions that determine if the file creation was successful.

Reported-by: Joshua Rogers <contact@joshua.hu>
Found-by: ZeroPath (https://zeropath.com/)
Change-Id: I94d2bdd234a1c416b78924d044bf7e57f1bed8c4
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Gert Doering <gert@greenie.muc.de>
Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1327
Message-Id: <20251030193940.1295-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg34067.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/ssl_verify.c