diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-05-15 16:57:03 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-05-15 16:57:03 +0200 |
commit | 06169c84b1b80e14ffc63a32cc54691d068e95f1 (patch) | |
tree | c3358fec583d01dc21d7a229c932636f14b22d65 /testing/tests/ikev1/alg-blowfish/hosts | |
parent | 6ef94ae99496d883391d62d3cc217f61c94fc761 (diff) | |
download | strongswan-06169c84b1b80e14ffc63a32cc54691d068e95f1.tar.bz2 strongswan-06169c84b1b80e14ffc63a32cc54691d068e95f1.tar.xz |
strongswan.conf for exotic algorithms
Diffstat (limited to 'testing/tests/ikev1/alg-blowfish/hosts')
-rw-r--r-- | testing/tests/ikev1/alg-blowfish/hosts/carol/etc/strongswan.conf | 5 | ||||
-rw-r--r-- | testing/tests/ikev1/alg-blowfish/hosts/moon/etc/strongswan.conf | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/testing/tests/ikev1/alg-blowfish/hosts/carol/etc/strongswan.conf b/testing/tests/ikev1/alg-blowfish/hosts/carol/etc/strongswan.conf new file mode 100644 index 000000000..2a027794b --- /dev/null +++ b/testing/tests/ikev1/alg-blowfish/hosts/carol/etc/strongswan.conf @@ -0,0 +1,5 @@ +# /etc/strongswan.conf - strongSwan configuration file + +pluto { + load = sha1 sha2 md5 aes des blowfish hmac random curl +} diff --git a/testing/tests/ikev1/alg-blowfish/hosts/moon/etc/strongswan.conf b/testing/tests/ikev1/alg-blowfish/hosts/moon/etc/strongswan.conf new file mode 100644 index 000000000..2a027794b --- /dev/null +++ b/testing/tests/ikev1/alg-blowfish/hosts/moon/etc/strongswan.conf @@ -0,0 +1,5 @@ +# /etc/strongswan.conf - strongSwan configuration file + +pluto { + load = sha1 sha2 md5 aes des blowfish hmac random curl +} |