updated pluto.load configuration in ikev1 scenarios

This commit is contained in:
Andreas Steffen
2009-06-13 08:56:05 +02:00
parent c035d44c0e
commit 1930cb22ff
12 changed files with 31 additions and 13 deletions
@@ -1,5 +1,11 @@
# /etc/strongswan.conf - strongSwan configuration file
pluto {
load = sha1 sha2 md5 aes des hmac random
load = sha1 sha2 md5 aes des hmac gmp random
}
# 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 random
load = sha1 sha2 md5 aes des hmac gmp random
}
# 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 random
load = sha1 sha2 md5 aes des hmac gmp random
}
# pluto uses optimized DH exponent sizes (RFC 3526)
libstrongswan {
dh_exponent_ansi_x9_42 = no
}