]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Deprecate OCC checking
authorArne Schwabe <arne@rfc2549.org>
Wed, 11 Jan 2023 13:44:39 +0000 (14:44 +0100)
committerGert Doering <gert@greenie.muc.de>
Wed, 11 Jan 2023 14:41:36 +0000 (15:41 +0100)
commit2104ea62430e4d203f2cd998e053f4192798b9f1
treecc4a523b6b2a03787eb14a451314078dfda0d301
parentee0a6026af9c47fe21217f57ab04b9cc2cc193f1
Deprecate OCC checking

- Move OCC warnings to debug level. This moves the only useful OCC message
  of compress-migrate to D_PUSH
- remove configure option --enable-strict-options
- ignore disable-occ in TLS mode as it is logged under debug now only
  disable-occ is now strictly a non-TLS option
- mark opt-verify and disable-occ as deprecated.

Patch v2: change one missed M_WARN to D_OCC

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20230111134439.1107915-1-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg25970.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
Changes.rst
configure.ac
doc/man-sections/generic-options.rst
doc/man-sections/server-options.rst
src/openvpn/errlevel.h
src/openvpn/init.c
src/openvpn/options.c
src/openvpn/ssl.c