diff options
-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 +} |