]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Remove key-method 1
authorArne Schwabe <arne@rfc2549.org>
Tue, 21 Jul 2020 10:01:28 +0000 (12:01 +0200)
committerGert Doering <gert@greenie.muc.de>
Tue, 21 Jul 2020 18:58:13 +0000 (20:58 +0200)
commit36bef1b52b49ebbc3790635be230e2f30f0532a7
treea049a97075c624a5151ded3ef3940a06de09001c
parent08469ca1eccc5f0ba68edf5166497ac2efcb72c5
Remove key-method 1

Key-method 1 is only needed to talk to pre OpenVPN 2.0 clients.

Patch V2: Fix style. Make V1 op codes illegal, remove all code handling
          v1 op codes and give a good warning message if we encounter
          them in the legal op codes pre-check.

Patch V3: Add a bit more comments in the existing methods.

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: David Sommerseth <davids@openvpn.net>
Message-Id: <20200721100128.9850-1-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg20516.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
doc/doxygen/doc_control_processor.h
doc/doxygen/doc_key_generation.h
doc/doxygen/doc_protocol_overview.h
src/openvpn/forward.c
src/openvpn/helper.c
src/openvpn/init.c
src/openvpn/options.c
src/openvpn/options.h
src/openvpn/ssl.c
src/openvpn/ssl.h
src/openvpn/ssl_common.h