diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-05-22 09:19:08 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-05-22 09:19:08 +0200 |
commit | 8a5c2ecdb00a3945c32839830d7902c9d3084baf (patch) | |
tree | 200271b94d91df634273f0f6cc545683ec7e3e60 /testing/tests | |
parent | d95e6f97a7076cb416f573857a6639ef8e838e48 (diff) | |
download | strongswan-8a5c2ecdb00a3945c32839830d7902c9d3084baf.tar.bz2 strongswan-8a5c2ecdb00a3945c32839830d7902c9d3084baf.tar.xz |
added pluto's plugins in ikev1/attr-cert scenario
Diffstat (limited to 'testing/tests')
-rw-r--r-- | testing/tests/ikev1/attr-cert/hosts/moon/etc/strongswan.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/tests/ikev1/attr-cert/hosts/moon/etc/strongswan.conf b/testing/tests/ikev1/attr-cert/hosts/moon/etc/strongswan.conf index 5a360543c..9a02fe947 100644 --- a/testing/tests/ikev1/attr-cert/hosts/moon/etc/strongswan.conf +++ b/testing/tests/ikev1/attr-cert/hosts/moon/etc/strongswan.conf @@ -1,3 +1,7 @@ +pluto { + load = sha1 sha2 md5 aes des hmac random curl +} + openac { load = sha1 sha2 md5 gmp random x509 pubkey } |