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

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -1,5 +1,5 @@
# /etc/strongswan.conf - strongSwan configuration file
pluto {
load = openssl random hmac curl
load = openssl pubkey random hmac curl
}

View File

@ -1,5 +1,5 @@
# /etc/strongswan.conf - strongSwan configuration file
pluto {
load = aes des sha1 sha2 md5 gmp openssl random hmac curl
load = aes des sha1 sha2 md5 gmp openssl pubkey random hmac curl
}

View File

@ -1,5 +1,5 @@
# /etc/strongswan.conf - strongSwan configuration file
pluto {
load = openssl random hmac curl
load = openssl pubkey random hmac curl
}

View File

@ -1,5 +1,5 @@
# /etc/strongswan.conf - strongSwan configuration file
pluto {
load = openssl random hmac curl
load = openssl pubkey random hmac curl
}

View File

@ -1,5 +1,5 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = aes des sha1 sha2 md5 gmp openssl random hmac curl
pluto {
load = aes des sha1 sha2 md5 gmp openssl pubkey random hmac curl
}

View File

@ -1,5 +1,5 @@
# /etc/strongswan.conf - strongSwan configuration file
pluto {
load = openssl random hmac curl
load = openssl pubkey random hmac curl
}

View File

@ -1,5 +1,5 @@
# /etc/strongswan.conf - strongSwan configuration file
pluto {
load = openssl random hmac curl
load = openssl pubkey random hmac curl
}

View File

@ -1,5 +1,5 @@
# /etc/strongswan.conf - strongSwan configuration file
pluto {
load = aes des sha1 sha2 md5 gmp random hmac curl
load = aes des sha1 sha2 md5 gmp pubkey random hmac curl
}

View File

@ -5,5 +5,5 @@ charon {
}
pluto {
load = openssl random hmac curl
load = openssl pubkey random hmac curl
}