adapted evaltest of ikev1/ip-pool-db scenario to resolve plugin

This commit is contained in:
Andreas Steffen
2010-05-14 17:20:28 +02:00
parent 03b5e4d8d7
commit 9e229e284f
3 changed files with 17 additions and 8 deletions
@@ -1,5 +1,11 @@
# /etc/strongswan.conf - strongSwan configuration file
pluto {
load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl
load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl resolve
}
# pluto uses optimized DH exponent sizes (RFC 3526)
libstrongswan {
dh_exponent_ansi_x9_42 = no
}
@@ -1,5 +1,11 @@
# /etc/strongswan.conf - strongSwan configuration file
pluto {
load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl
load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl resolve
}
# pluto uses optimized DH exponent sizes (RFC 3526)
libstrongswan {
dh_exponent_ansi_x9_42 = no
}