some more scenario adaptations

This commit is contained in:
Andreas Steffen 2009-06-16 21:03:13 +02:00
parent c8db70156d
commit bd33859fb8
3 changed files with 31 additions and 6 deletions

View File

@ -1,5 +1,14 @@
# /etc/strongswan.conf - strongSwan configuration file
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
}
}

View File

@ -1,5 +1,15 @@
# /etc/strongswan.conf - strongSwan configuration file
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
}
}

View File

@ -1,9 +1,15 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
dh_exponent_ansi_x9_42 = no
pluto {
load = test-vectors openssl pubkey random hmac curl
}
pluto {
load = 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
}
}