dnskey plugin required in ikev1/net2net-rsa scenario

This commit is contained in:
Andreas Steffen 2009-08-26 23:11:06 +02:00
parent 706c6abe70
commit 9df7699419
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# /etc/strongswan.conf - strongSwan configuration file
pluto {
load = sha1 sha2 md5 aes des hmac dnskey pkcs1 gmp random curl
}
# pluto uses optimized DH exponent sizes (RFC 3526)
libstrongswan {
dh_exponent_ansi_x9_42 = no
}

View File

@ -0,0 +1,11 @@
# /etc/strongswan.conf - strongSwan configuration file
pluto {
load = sha1 sha2 md5 aes des hmac dnskey pkcs1 gmp random curl
}
# pluto uses optimized DH exponent sizes (RFC 3526)
libstrongswan {
dh_exponent_ansi_x9_42 = no
}