diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-07-15 22:40:20 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-07-15 22:40:20 +0200 |
commit | 84fe65bd4328525263b358c276697984a981b7b3 (patch) | |
tree | 65a298c836fe5bdd010cc727862ec52f644dbfb6 /testing/tests/ike/rw-cert | |
parent | 001787b3eb6aaa79ee74d586715b17eb146251c6 (diff) | |
download | strongswan-84fe65bd4328525263b358c276697984a981b7b3.tar.bz2 strongswan-84fe65bd4328525263b358c276697984a981b7b3.tar.xz |
all x509 based ike scenarios require the revocation plugin
Diffstat (limited to 'testing/tests/ike/rw-cert')
-rw-r--r-- | testing/tests/ike/rw-cert/hosts/dave/etc/strongswan.conf | 2 | ||||
-rw-r--r-- | testing/tests/ike/rw-cert/hosts/moon/etc/strongswan.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/tests/ike/rw-cert/hosts/dave/etc/strongswan.conf b/testing/tests/ike/rw-cert/hosts/dave/etc/strongswan.conf index 774042329..3545a5734 100644 --- a/testing/tests/ike/rw-cert/hosts/dave/etc/strongswan.conf +++ b/testing/tests/ike/rw-cert/hosts/dave/etc/strongswan.conf @@ -1,7 +1,7 @@ # /etc/strongswan.conf - strongSwan configuration file charon { - load = curl test-vectors aes des sha1 sha2 md5 pem pkcs1 gmp random x509 hmac xcbc stroke kernel-netlink socket-default + load = curl test-vectors aes des sha1 sha2 md5 pem pkcs1 gmp random x509 revocation hmac xcbc stroke kernel-netlink socket-default } libstrongswan { diff --git a/testing/tests/ike/rw-cert/hosts/moon/etc/strongswan.conf b/testing/tests/ike/rw-cert/hosts/moon/etc/strongswan.conf index 1f442a7dd..d84d916a5 100644 --- a/testing/tests/ike/rw-cert/hosts/moon/etc/strongswan.conf +++ b/testing/tests/ike/rw-cert/hosts/moon/etc/strongswan.conf @@ -1,7 +1,7 @@ # /etc/strongswan.conf - strongSwan configuration file charon { - load = curl test-vectors aes des sha1 sha2 md5 pem pkcs1 gmp random hmac x509 xcbc stroke kernel-netlink socket-raw + load = curl test-vectors aes des sha1 sha2 md5 pem pkcs1 gmp random hmac x509 revocation xcbc stroke kernel-netlink socket-raw } pluto { |