aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ikev1/req-pkcs10
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-06-07 12:44:02 +0200
committerMartin Willi <martin@strongswan.org>2009-06-09 11:03:34 +0200
commit4ca4efb28f8c3d49eebc62bd21ac5e1e029bb34d (patch)
tree4a5fa39aaa38527002a134eb2207e06049342ab1 /testing/tests/ikev1/req-pkcs10
parent53df4793d44b44970558cdb156c90c5984d66818 (diff)
downloadstrongswan-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.conf10
-rw-r--r--testing/tests/ikev1/req-pkcs10/hosts/moon/etc/strongswan.conf10
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
}