]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Remove the --disable-eurephia configure option
authorDavid Sommerseth <davids@redhat.com>
Fri, 7 Jun 2013 10:15:23 +0000 (12:15 +0200)
committerGert Doering <gert@greenie.muc.de>
Wed, 3 Jul 2013 19:08:26 +0000 (21:08 +0200)
commit14566e4374229c39db96d60a88ffecc17273efa3
tree0caa7536c7ca40d12b94ed74f3aa1237268ae292
parent8141daa218dc3534c76604ad6b55fb5adcf9a260
Remove the --disable-eurephia configure option

This "feature" has been enabled since OpenVPN 2.2 without any reports that
this has been causing issues.  All it does is to add an extra environment
variable 'tls_digest_{n}' with the certificate SHA1 fingerprint/digest
hash.

Lets just simplify things by removing the possibility to disable this
environment variable.

Signed-off-by: David Sommerseth <davids@redhat.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1370600123-6029-1-git-send-email-dazo@users.sourceforge.net>
URL: http://article.gmane.org/gmane.network.openvpn.devel/7660
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit e3d388652f59fd2ddd9c7f470f7ef62ee6b35595)
INSTALL
configure.ac
src/openvpn/options.c
src/openvpn/ssl.c
src/openvpn/ssl_verify.c