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