]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Remove --tls-export-cert
authorDavid Sommerseth <davids@openvpn.net>
Wed, 22 Nov 2023 14:31:01 +0000 (15:31 +0100)
committerGert Doering <gert@greenie.muc.de>
Wed, 6 Dec 2023 11:38:34 +0000 (12:38 +0100)
commit12c5ef1fe6a6010362f3098d11b554566687c1f7
tree987bd0b8a2928564fdf3a9628bf8efa300fb93dc
parenta78b0e45dff3a0f0332de47c55aadd76c5919370
Remove --tls-export-cert

As OpenVPN 2.6+ is doing some adoptions to the license text, all
prior contributors need to accept this new text.  Unfortunately, Mathieu
Giannecchini who implemented the --tls-export-cert feature did not
respond at all.  Without an explicit acceptance we need to remove this
feature to avoid potential legal complications.

If this is still a wanted feature, it will need to be re-implemented
from scratch.

Signed-off-by: David Sommerseth <davids@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20231122143101.58483-1-dazo+openvpn@eurephia.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg27557.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
README.mbedtls
doc/man-sections/script-options.rst
doc/man-sections/tls-options.rst
src/openvpn/init.c
src/openvpn/options.c
src/openvpn/options.h
src/openvpn/ssl_common.h
src/openvpn/ssl_verify.c