diff options
Diffstat (limited to 'testing/tests/gcrypt-ikev1/alg-twofish/hosts/moon/etc/strongswan.conf')
-rw-r--r-- | testing/tests/gcrypt-ikev1/alg-twofish/hosts/moon/etc/strongswan.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/tests/gcrypt-ikev1/alg-twofish/hosts/moon/etc/strongswan.conf b/testing/tests/gcrypt-ikev1/alg-twofish/hosts/moon/etc/strongswan.conf new file mode 100644 index 000000000..0c6fd2c9f --- /dev/null +++ b/testing/tests/gcrypt-ikev1/alg-twofish/hosts/moon/etc/strongswan.conf @@ -0,0 +1,11 @@ +# /etc/strongswan.conf - strongSwan configuration file + +pluto { + load = gcrypt hmac pubkey curl +} + +# pluto uses optimized DH exponent sizes (RFC 3526) + +libstrongswan { + dh_exponent_ansi_x9_42 = no +} |