aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hosts/bob/etc/strongswan.conf
diff options
context:
space:
mode:
Diffstat (limited to 'testing/hosts/bob/etc/strongswan.conf')
-rw-r--r--testing/hosts/bob/etc/strongswan.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/testing/hosts/bob/etc/strongswan.conf b/testing/hosts/bob/etc/strongswan.conf
index aedc2a8f6..4e52c6a6b 100644
--- a/testing/hosts/bob/etc/strongswan.conf
+++ b/testing/hosts/bob/etc/strongswan.conf
@@ -1,5 +1,11 @@
# /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
+}
+
+# pluto uses optimized DH exponent sizes (RFC 3526)
+
+libstrongswan {
+ dh_exponent_ansi_x9_42 = no
}