]> git.ipfire.org Git - thirdparty/openvpn.git/commit
dco: turn supported ciphers list into a function
authorAntonio Quartulli <a@unstable.cc>
Sun, 7 Aug 2022 10:04:04 +0000 (12:04 +0200)
committerGert Doering <gert@greenie.muc.de>
Sun, 7 Aug 2022 10:25:41 +0000 (12:25 +0200)
commitf9aafa3580a84e2e74a220e6482170130f43bc81
treeda2ddee1f6ae5050cacdb064e7845de7e54c5474
parentc984d0b17056f87cd580260edd2e89874c601566
dco: turn supported ciphers list into a function

Other platforms may need more complex logic to decide whether a cipher
is supported or not, therefore turn hardcoded list into a function that
can be implemented by each platform independently.

Signed-off-by: Lev Stipakov <lev@openvpn.net>
Signed-off-by: Antonio Quartulli <a@unstable.cc>
Acked-by: Heiko Hund <heiko@ist.eigentlich.net>
Message-Id: <20220807100404.8618-1-a@unstable.cc>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg24835.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/dco.c
src/openvpn/dco.h
src/openvpn/dco_linux.c
src/openvpn/dco_linux.h