From b235b32e8b68c02d01450d2d763fa0f5ca702116 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Fri, 22 May 2009 09:50:09 +0200 Subject: [PATCH] load plugins for scepclient --- .../ikev1/default-keys/hosts/carol/etc/strongswan.conf | 9 +++++++++ .../ikev1/default-keys/hosts/moon/etc/strongswan.conf | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 testing/tests/ikev1/default-keys/hosts/carol/etc/strongswan.conf create mode 100644 testing/tests/ikev1/default-keys/hosts/moon/etc/strongswan.conf diff --git a/testing/tests/ikev1/default-keys/hosts/carol/etc/strongswan.conf b/testing/tests/ikev1/default-keys/hosts/carol/etc/strongswan.conf new file mode 100644 index 0000000000..272f6c6b01 --- /dev/null +++ b/testing/tests/ikev1/default-keys/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/default-keys/hosts/moon/etc/strongswan.conf b/testing/tests/ikev1/default-keys/hosts/moon/etc/strongswan.conf new file mode 100644 index 0000000000..272f6c6b01 --- /dev/null +++ b/testing/tests/ikev1/default-keys/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 +}