mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-08 00:02:03 -04:00
some more scenario adaptations
This commit is contained in:
parent
c8db70156d
commit
bd33859fb8
@ -1,5 +1,14 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
pluto {
|
pluto {
|
||||||
load = openssl pubkey random hmac curl
|
load = test-vectors openssl pubkey random hmac curl
|
||||||
|
}
|
||||||
|
|
||||||
|
# pluto uses optimized DH exponent sizes (RFC 3526)
|
||||||
|
|
||||||
|
libstrongswan {
|
||||||
|
dh_exponent_ansi_x9_42 = no
|
||||||
|
crypto_test {
|
||||||
|
on_add = yes
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,15 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
pluto {
|
pluto {
|
||||||
load = aes des sha1 sha2 md5 gmp pubkey random hmac curl
|
load = test-vectors aes des sha1 sha2 md5 gmp pubkey random hmac curl
|
||||||
|
}
|
||||||
|
|
||||||
|
# pluto uses optimized DH exponent sizes (RFC 3526)
|
||||||
|
|
||||||
|
libstrongswan {
|
||||||
|
dh_exponent_ansi_x9_42 = no
|
||||||
|
crypto_test {
|
||||||
|
required = yes
|
||||||
|
on_add = yes
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,9 +1,15 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
charon {
|
pluto {
|
||||||
dh_exponent_ansi_x9_42 = no
|
load = test-vectors openssl pubkey random hmac curl
|
||||||
}
|
}
|
||||||
|
|
||||||
pluto {
|
# pluto uses optimized DH exponent sizes (RFC 3526)
|
||||||
load = openssl pubkey random hmac curl
|
|
||||||
|
libstrongswan {
|
||||||
|
dh_exponent_ansi_x9_42 = no
|
||||||
|
crypto_test {
|
||||||
|
on_add = yes
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user