]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Implement constructing a control channel reset client as standalone function
authorArne Schwabe <arne@rfc2549.org>
Wed, 27 Apr 2022 22:34:18 +0000 (00:34 +0200)
committerGert Doering <gert@greenie.muc.de>
Fri, 29 Apr 2022 13:19:02 +0000 (15:19 +0200)
commit870af5f54967821c72074a7c5c60e10a4561d95e
treec98ff7cacc6b39905ad4f8d18a2307ce2f5e529a
parent32f13c1e8902bd44c26b54de45f12e0cab642156
Implement constructing a control channel reset client as standalone function

This implements creating a reset packet without needing to setup
a full control session.

Patch v2: fix unit test not working without further commits

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20220427223419.241904-1-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg24240.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/packet_id.h
src/openvpn/ssl.h
src/openvpn/ssl_pkt.c
src/openvpn/ssl_pkt.h
tests/unit_tests/openvpn/test_pkt.c