configure: Disable IKEv1 support by default

The protocol has long been replaced by IKEv2 and is officially deprecated
since several years (RFC 9395).  As a first step to removing support for
it completely, this makes the configure option disabled by default and
warns users about its use.
This commit is contained in:
Tobias Brunner
2026-07-28 08:39:47 +02:00
parent 2f9b52bd1b
commit e0fd0f51ea
2 changed files with 9 additions and 1 deletions
@@ -22,6 +22,7 @@ CONFIG_OPTS = \
--with-strongswan-conf=/etc/strongswan.conf.testing \
--with-random-device=/dev/urandom \
--disable-load-warning \
--enable-ikev1 \
--enable-curl \
--enable-ldap \
--enable-eap-aka \