diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2013-11-21 22:08:16 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2013-11-27 20:21:41 +0100 |
commit | 802eaf3789404984cbe7e7433d8fda6aed390039 (patch) | |
tree | 5ea3584dfa5876d5b5e073538fbafe65a74e41f2 /man | |
parent | 1f73969eb525aaadf0cc5b285a0f14d6ccea5866 (diff) | |
download | strongswan-802eaf3789404984cbe7e7433d8fda6aed390039.tar.bz2 strongswan-802eaf3789404984cbe7e7433d8fda6aed390039.tar.xz |
Any of the four NTRU parameter sets can be selected
Diffstat (limited to 'man')
-rw-r--r-- | man/strongswan.conf.5.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/strongswan.conf.5.in b/man/strongswan.conf.5.in index 93d2d2eb4..3ff61c33e 100644 --- a/man/strongswan.conf.5.in +++ b/man/strongswan.conf.5.in @@ -867,10 +867,10 @@ Enable logging of SQL IP pool leases .BR libstrongswan.plugins.gcrypt.quick_random " [no]" Use faster random numbers in gcrypt; for testing only, produces weak keys! .TP -.BR libstrongswan.plugins.ntru.param_set_selection " [optimum]" +.BR libstrongswan.plugins.ntru.parameter_set " [optimum]" The following parameter sets are available: 'x9_98_speed', 'x9_98_bandwidth', 'x9_98_balance' and 'optimum', the last set not being part of the X9.98 -standard but exhibiting the best performance. +standard but having the best performance. .TP .BR libstrongswan.plugins.openssl.engine_id " [pkcs11]" ENGINE ID to use in the OpenSSL plugin |