diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-08-26 23:11:06 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-08-26 23:11:06 +0200 |
commit | 9df7699419646fcc1f4179da288f9554bd794af5 (patch) | |
tree | 828d9c26db8bb8ca6c7bf4bf29dd045a8cf7ae21 | |
parent | 706c6abe7024d0edc220406ce905195ba5dd71b3 (diff) | |
download | strongswan-9df7699419646fcc1f4179da288f9554bd794af5.tar.bz2 strongswan-9df7699419646fcc1f4179da288f9554bd794af5.tar.xz |
dnskey plugin required in ikev1/net2net-rsa scenario
-rw-r--r-- | testing/tests/ikev1/net2net-rsa/hosts/moon/etc/strongswan.conf | 11 | ||||
-rw-r--r-- | testing/tests/ikev1/net2net-rsa/hosts/sun/etc/strongswan.conf | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/testing/tests/ikev1/net2net-rsa/hosts/moon/etc/strongswan.conf b/testing/tests/ikev1/net2net-rsa/hosts/moon/etc/strongswan.conf new file mode 100644 index 000000000..596de801c --- /dev/null +++ b/testing/tests/ikev1/net2net-rsa/hosts/moon/etc/strongswan.conf @@ -0,0 +1,11 @@ +# /etc/strongswan.conf - strongSwan configuration file + +pluto { + load = sha1 sha2 md5 aes des hmac dnskey pkcs1 gmp random curl +} + +# pluto uses optimized DH exponent sizes (RFC 3526) + +libstrongswan { + dh_exponent_ansi_x9_42 = no +} diff --git a/testing/tests/ikev1/net2net-rsa/hosts/sun/etc/strongswan.conf b/testing/tests/ikev1/net2net-rsa/hosts/sun/etc/strongswan.conf new file mode 100644 index 000000000..596de801c --- /dev/null +++ b/testing/tests/ikev1/net2net-rsa/hosts/sun/etc/strongswan.conf @@ -0,0 +1,11 @@ +# /etc/strongswan.conf - strongSwan configuration file + +pluto { + load = sha1 sha2 md5 aes des hmac dnskey pkcs1 gmp random curl +} + +# pluto uses optimized DH exponent sizes (RFC 3526) + +libstrongswan { + dh_exponent_ansi_x9_42 = no +} |