packages/net/strongswan4/files/strongswan.conf
nico 2b2f59ec37 [packages] add strongswan4 (closes: #2538)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20965 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-17 23:44:49 +00:00

19 lines
304 B
Plaintext

# strongswan.conf - strongSwan configuration file
charon {
# number of worker threads in charon
threads = 4
# plugins to load in charon
load = aes gmp hmac pubkey random sha1 x509 xcbc stroke
}
libstrongswan {
# set to no, the DH exponent size is optimized
# dh_exponent_ansi_x9_42 = no
}