diff options
Diffstat (limited to 'testing/tests/ikev2/dynamic-initiator/hosts/carol/etc/strongswan.conf')
-rw-r--r-- | testing/tests/ikev2/dynamic-initiator/hosts/carol/etc/strongswan.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/tests/ikev2/dynamic-initiator/hosts/carol/etc/strongswan.conf b/testing/tests/ikev2/dynamic-initiator/hosts/carol/etc/strongswan.conf new file mode 100644 index 000000000..bad10ca43 --- /dev/null +++ b/testing/tests/ikev2/dynamic-initiator/hosts/carol/etc/strongswan.conf @@ -0,0 +1,9 @@ +# /etc/strongswan.conf - strongSwan configuration file + +charon { + load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random nonce x509 revocation hmac stroke kernel-netlink socket-default updown +} + +libstrongswan { + dh_exponent_ansi_x9_42 = no +} |