diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-05-22 10:40:25 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-05-22 10:40:25 +0200 |
commit | 0de8862be8ec77e7df6ed980c923377e6df97cdb (patch) | |
tree | 8f49ab55e18ef80df0d434b38a0eb72bed50d382 /testing/tests/ikev1/self-signed | |
parent | 1280c707e7e296157201f5cfb2449d83decc63f6 (diff) | |
download | strongswan-0de8862be8ec77e7df6ed980c923377e6df97cdb.tar.bz2 strongswan-0de8862be8ec77e7df6ed980c923377e6df97cdb.tar.xz |
load plugins for scepclient
Diffstat (limited to 'testing/tests/ikev1/self-signed')
-rw-r--r-- | testing/tests/ikev1/self-signed/hosts/carol/etc/strongswan.conf | 9 | ||||
-rw-r--r-- | testing/tests/ikev1/self-signed/hosts/moon/etc/strongswan.conf | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/testing/tests/ikev1/self-signed/hosts/carol/etc/strongswan.conf b/testing/tests/ikev1/self-signed/hosts/carol/etc/strongswan.conf new file mode 100644 index 000000000..272f6c6b0 --- /dev/null +++ b/testing/tests/ikev1/self-signed/hosts/carol/etc/strongswan.conf @@ -0,0 +1,9 @@ +# /etc/strongswan.conf - strongSwan configuration file + +pluto { + load = sha1 sha2 md5 aes des hmac random curl +} + +scepclient { + load = sha1 sha2 md5 aes des hmac random +} diff --git a/testing/tests/ikev1/self-signed/hosts/moon/etc/strongswan.conf b/testing/tests/ikev1/self-signed/hosts/moon/etc/strongswan.conf new file mode 100644 index 000000000..272f6c6b0 --- /dev/null +++ b/testing/tests/ikev1/self-signed/hosts/moon/etc/strongswan.conf @@ -0,0 +1,9 @@ +# /etc/strongswan.conf - strongSwan configuration file + +pluto { + load = sha1 sha2 md5 aes des hmac random curl +} + +scepclient { + load = sha1 sha2 md5 aes des hmac random +} |