updated pluto.load configuration in ikev1 scenarios
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
pluto {
|
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
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
pluto {
|
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
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
pluto {
|
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,5 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
pluto {
|
pluto {
|
||||||
load = openssl random hmac curl
|
load = openssl pubkey random hmac curl
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
pluto {
|
pluto {
|
||||||
load = aes des sha1 sha2 md5 gmp openssl random hmac curl
|
load = aes des sha1 sha2 md5 gmp openssl pubkey random hmac curl
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
pluto {
|
pluto {
|
||||||
load = openssl random hmac curl
|
load = openssl pubkey random hmac curl
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
pluto {
|
pluto {
|
||||||
load = openssl random hmac curl
|
load = openssl pubkey random hmac curl
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
charon {
|
pluto {
|
||||||
load = aes des sha1 sha2 md5 gmp openssl random hmac curl
|
load = aes des sha1 sha2 md5 gmp openssl pubkey random hmac curl
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
pluto {
|
pluto {
|
||||||
load = openssl random hmac curl
|
load = openssl pubkey random hmac curl
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
pluto {
|
pluto {
|
||||||
load = openssl random hmac curl
|
load = openssl pubkey random hmac curl
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
pluto {
|
pluto {
|
||||||
load = aes des sha1 sha2 md5 gmp random hmac curl
|
load = aes des sha1 sha2 md5 gmp pubkey random hmac curl
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,5 +5,5 @@ charon {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pluto {
|
pluto {
|
||||||
load = openssl random hmac curl
|
load = openssl pubkey random hmac curl
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user