]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
all x509 based ike scenarios require the revocation plugin
authorAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 15 Jul 2010 20:40:20 +0000 (22:40 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 15 Jul 2010 20:40:20 +0000 (22:40 +0200)
testing/tests/ike/rw-cert/hosts/dave/etc/strongswan.conf
testing/tests/ike/rw-cert/hosts/moon/etc/strongswan.conf
testing/tests/ike/rw_v1-net_v2/hosts/moon/etc/strongswan.conf
testing/tests/ike/rw_v1-net_v2/hosts/sun/etc/strongswan.conf

index 77404232908211b81c49be6fabe8fcbb6bfebf65..3545a5734484bfe71660ec9b89d1ab82c334ef84 100644 (file)
@@ -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 {
index 1f442a7dde22593d4c9f1752a214503c93bdfe35..d84d916a571655ac9974903c4764690b0273c366 100644 (file)
@@ -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 {
index 831790f1ecfbbcfd91341ce7cab2299c935347e7..38db1e4fcfde322f97bbaceaa433418bd7fa20f2 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 charon {
-  load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random hmac x509 xcbc stroke kernel-netlink socket-raw
+  load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random hmac x509 revocation xcbc stroke kernel-netlink socket-raw
 }
 
 pluto {
index dd2df0670ca635afccb4eacde3e824481e54254c..88f1620984d691ae1033028a3a54494834b0ae2d 100644 (file)
@@ -1,5 +1,5 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 charon {
-  load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random x509 hmac xcbc stroke kernel-netlink socket-default
+  load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random x509 revocation hmac xcbc stroke kernel-netlink socket-default
 }