diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-06-07 12:44:02 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-06-09 11:03:34 +0200 |
commit | 4ca4efb28f8c3d49eebc62bd21ac5e1e029bb34d (patch) | |
tree | 4a5fa39aaa38527002a134eb2207e06049342ab1 /testing/tests/ikev1/rw-psk-fqdn/hosts | |
parent | 53df4793d44b44970558cdb156c90c5984d66818 (diff) | |
download | strongswan-4ca4efb28f8c3d49eebc62bd21ac5e1e029bb34d.tar.bz2 strongswan-4ca4efb28f8c3d49eebc62bd21ac5e1e029bb34d.tar.xz |
update strongswan.conf for pluto and scepclient
Diffstat (limited to 'testing/tests/ikev1/rw-psk-fqdn/hosts')
-rw-r--r-- | testing/tests/ikev1/rw-psk-fqdn/hosts/carol/etc/strongswan.conf | 6 | ||||
-rw-r--r-- | testing/tests/ikev1/rw-psk-fqdn/hosts/moon/etc/strongswan.conf | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/testing/tests/ikev1/rw-psk-fqdn/hosts/carol/etc/strongswan.conf b/testing/tests/ikev1/rw-psk-fqdn/hosts/carol/etc/strongswan.conf index 545af358c..85e5f1aee 100644 --- a/testing/tests/ikev1/rw-psk-fqdn/hosts/carol/etc/strongswan.conf +++ b/testing/tests/ikev1/rw-psk-fqdn/hosts/carol/etc/strongswan.conf @@ -3,3 +3,9 @@ pluto { load = sha1 sha2 md5 aes des hmac gmp random } + +# pluto uses optimized DH exponent sizes (RFC 3526) + +libstrongswan { + dh_exponent_ansi_x9_42 = no +} diff --git a/testing/tests/ikev1/rw-psk-fqdn/hosts/moon/etc/strongswan.conf b/testing/tests/ikev1/rw-psk-fqdn/hosts/moon/etc/strongswan.conf index 545af358c..85e5f1aee 100644 --- a/testing/tests/ikev1/rw-psk-fqdn/hosts/moon/etc/strongswan.conf +++ b/testing/tests/ikev1/rw-psk-fqdn/hosts/moon/etc/strongswan.conf @@ -3,3 +3,9 @@ pluto { load = sha1 sha2 md5 aes des hmac gmp random } + +# pluto uses optimized DH exponent sizes (RFC 3526) + +libstrongswan { + dh_exponent_ansi_x9_42 = no +} |