]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Rename ALLOW_NON_CBC_CIPHERS to ENABLE_OFB_CFB_MODE, and add to configure.
authorSteffan Karger <steffan@karger.me>
Sun, 8 Jun 2014 16:16:12 +0000 (18:16 +0200)
committerGert Doering <gert@greenie.muc.de>
Mon, 7 Jul 2014 20:35:22 +0000 (22:35 +0200)
commitf71a780fa5224c5de0859aad1a34ebd8a92165a0
treeff1c8f34b3b40a167d3ac1b00ef66d4da3e21385
parentf1b532d5646143897e291a6c0d3842badf6cc677
Rename ALLOW_NON_CBC_CIPHERS to ENABLE_OFB_CFB_MODE, and add to configure.

Makes OFB/CFB compile time configurable, and fixes output of --show-ciphers
to also show OFB/CFB ciphers along the way (becasue crypto.h was not
included from crypto_openssl.c).

Signed-off-by: Steffan Karger <steffan@karger.me>
Acked-by: Arne Schwabe <arne@rfc2549.org>
Message-Id: <1402244175-31462-2-git-send-email-steffan@karger.me>
URL: http://article.gmane.org/gmane.network.openvpn.devel/8781
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit c353af2f474f79bfd7b2b67ecc02e91152500209)
configure.ac
src/openvpn/crypto.c
src/openvpn/crypto.h
src/openvpn/crypto_openssl.c