diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-10-06 14:38:34 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-10-06 14:38:34 +0200 |
commit | f3e9eae28394943822fde4ad75c94c5e71384c55 (patch) | |
tree | 015a3b6991fe85ae1ff3dacf7fedae01575dc04e /testing/tests/ikev1/net2net-rsa | |
parent | cf85e1319b7072a3a166ad1949a047eab610a4a6 (diff) | |
download | strongswan-f3e9eae28394943822fde4ad75c94c5e71384c55.tar.bz2 strongswan-f3e9eae28394943822fde4ad75c94c5e71384c55.tar.xz |
the ikev1 scenarios need the x509 plugin
Diffstat (limited to 'testing/tests/ikev1/net2net-rsa')
-rw-r--r-- | testing/tests/ikev1/net2net-rsa/hosts/moon/etc/strongswan.conf | 2 | ||||
-rw-r--r-- | testing/tests/ikev1/net2net-rsa/hosts/sun/etc/strongswan.conf | 2 |
2 files changed, 2 insertions, 2 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 index 596de801c..4bf0f97aa 100644 --- a/testing/tests/ikev1/net2net-rsa/hosts/moon/etc/strongswan.conf +++ b/testing/tests/ikev1/net2net-rsa/hosts/moon/etc/strongswan.conf @@ -1,7 +1,7 @@ # /etc/strongswan.conf - strongSwan configuration file pluto { - load = sha1 sha2 md5 aes des hmac dnskey pkcs1 gmp random curl + load = sha1 sha2 md5 aes des hmac dnskey pkcs1 x509 gmp random curl } # pluto uses optimized DH exponent sizes (RFC 3526) diff --git a/testing/tests/ikev1/net2net-rsa/hosts/sun/etc/strongswan.conf b/testing/tests/ikev1/net2net-rsa/hosts/sun/etc/strongswan.conf index 596de801c..4bf0f97aa 100644 --- a/testing/tests/ikev1/net2net-rsa/hosts/sun/etc/strongswan.conf +++ b/testing/tests/ikev1/net2net-rsa/hosts/sun/etc/strongswan.conf @@ -1,7 +1,7 @@ # /etc/strongswan.conf - strongSwan configuration file pluto { - load = sha1 sha2 md5 aes des hmac dnskey pkcs1 gmp random curl + load = sha1 sha2 md5 aes des hmac dnskey pkcs1 x509 gmp random curl } # pluto uses optimized DH exponent sizes (RFC 3526) |