]> git.ipfire.org Git - thirdparty/strongswan.git/commit
starter: Don't define any hard-coded proposal strings
authorTobias Brunner <tobias@strongswan.org>
Wed, 30 Aug 2017 13:15:31 +0000 (15:15 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 10 Oct 2017 09:04:17 +0000 (11:04 +0200)
commitea613d5d276f31aed9d7de3f3e28fe1b786b983a
treea5837f54d57350cc9e1c90273ca309c881781aec
parent4f575d62ed48e94332c3a65a62adf015eb0901be
starter: Don't define any hard-coded proposal strings

Just rely on the default proposals by charon if nothing is defined. The
hard-coded IKE proposal used curve25519, which depends on an optional
plugin (while enabled by default it might still not be loaded, or, like
on Debian, shipped in an optional package). With charon's default
proposal only loaded algorithms are proposed for IKE avoiding this issue.
src/starter/confread.c