2b2f59ec37
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20965 3c298f89-4303-0410-b956-a3cf2f4a3e73
19 lines
304 B
Plaintext
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
|
|
|
|
}
|