all x509 based ikev2 scenarios require the revocation plugin

This commit is contained in:
Andreas Steffen
2010-07-15 21:39:01 +02:00
parent afe5d482db
commit 2cf4d34f2f
203 changed files with 205 additions and 205 deletions
@@ -1,9 +1,9 @@
# /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 updown
load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random x509 revocation hmac xcbc stroke kernel-netlink socket-default updown
}
scepclient {
load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random
load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 revocation gmp random
}
@@ -1,9 +1,9 @@
# /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 updown
load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random x509 revocation hmac xcbc stroke kernel-netlink socket-default updown
}
scepclient {
load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random
load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 revocation gmp random
}