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/req-pkcs10 | |
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/req-pkcs10')
-rw-r--r-- | testing/tests/ikev1/req-pkcs10/hosts/carol/etc/strongswan.conf | 10 | ||||
-rw-r--r-- | testing/tests/ikev1/req-pkcs10/hosts/moon/etc/strongswan.conf | 10 |
2 files changed, 16 insertions, 4 deletions
diff --git a/testing/tests/ikev1/req-pkcs10/hosts/carol/etc/strongswan.conf b/testing/tests/ikev1/req-pkcs10/hosts/carol/etc/strongswan.conf index 1e209ce83..52fd0c788 100644 --- a/testing/tests/ikev1/req-pkcs10/hosts/carol/etc/strongswan.conf +++ b/testing/tests/ikev1/req-pkcs10/hosts/carol/etc/strongswan.conf @@ -1,9 +1,15 @@ # /etc/strongswan.conf - strongSwan configuration file pluto { - load = sha1 sha2 md5 aes des hmac gmp random curl + load = sha1 sha2 md5 aes des hmac gmp pubkey random curl } scepclient { - load = sha1 sha2 md5 aes des hmac random + load = sha1 sha2 md5 aes des hmac gmp pubkey random +} + +# pluto uses optimized DH exponent sizes (RFC 3526) + +libstrongswan { + dh_exponent_ansi_x9_42 = no } diff --git a/testing/tests/ikev1/req-pkcs10/hosts/moon/etc/strongswan.conf b/testing/tests/ikev1/req-pkcs10/hosts/moon/etc/strongswan.conf index 1e209ce83..52fd0c788 100644 --- a/testing/tests/ikev1/req-pkcs10/hosts/moon/etc/strongswan.conf +++ b/testing/tests/ikev1/req-pkcs10/hosts/moon/etc/strongswan.conf @@ -1,9 +1,15 @@ # /etc/strongswan.conf - strongSwan configuration file pluto { - load = sha1 sha2 md5 aes des hmac gmp random curl + load = sha1 sha2 md5 aes des hmac gmp pubkey random curl } scepclient { - load = sha1 sha2 md5 aes des hmac random + load = sha1 sha2 md5 aes des hmac gmp pubkey random +} + +# pluto uses optimized DH exponent sizes (RFC 3526) + +libstrongswan { + dh_exponent_ansi_x9_42 = no } |