diff options
Diffstat (limited to 'testing/tests/openssl-ikev1/alg-ecp-high/hosts/moon/etc/strongswan.conf')
-rw-r--r-- | testing/tests/openssl-ikev1/alg-ecp-high/hosts/moon/etc/strongswan.conf | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/testing/tests/openssl-ikev1/alg-ecp-high/hosts/moon/etc/strongswan.conf b/testing/tests/openssl-ikev1/alg-ecp-high/hosts/moon/etc/strongswan.conf index 1ea14c6f2..bdbdad2e5 100644 --- a/testing/tests/openssl-ikev1/alg-ecp-high/hosts/moon/etc/strongswan.conf +++ b/testing/tests/openssl-ikev1/alg-ecp-high/hosts/moon/etc/strongswan.conf @@ -1,11 +1,5 @@ # /etc/strongswan.conf - strongSwan configuration file -pluto { - load = pem pkcs1 openssl random hmac curl kernel-netlink -} - -# pluto uses optimized DH exponent sizes (RFC 3526) - -libstrongswan { - dh_exponent_ansi_x9_42 = no +charon { + load = curl pem pkcs1 openssl revocation random hmac stroke kernel-netlink socket-default updown } |