diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-06-18 14:08:37 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-06-18 14:08:37 +0200 |
commit | c8eb2dea048cdc7f59959239650c6d8489c5fb9c (patch) | |
tree | cbd1c8eb9501d2e4ee3db2476d55c178cdb9e810 /man | |
parent | 4d1a31632a2fa16dc3df39309042307047d6678c (diff) | |
download | strongswan-c8eb2dea048cdc7f59959239650c6d8489c5fb9c.tar.bz2 strongswan-c8eb2dea048cdc7f59959239650c6d8489c5fb9c.tar.xz |
added libimcv options to strongswan.conf
Diffstat (limited to 'man')
-rw-r--r-- | man/strongswan.conf.5.in | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/man/strongswan.conf.5.in b/man/strongswan.conf.5.in index 2d7475225..de3719a84 100644 --- a/man/strongswan.conf.5.in +++ b/man/strongswan.conf.5.in @@ -519,8 +519,30 @@ Use faster random numbers in gcrypt; for testing only, produces weak keys! ENGINE ID to use in the OpenSSL plugin .TP .BR libstrongswan.plugins.pkcs11.modules +List of available PKCS#11 modules .TP .BR libstrongswan.plugins.pkcs11.use_hasher " [no]" +Whether the PKCS#11 modules should be used to hash data +.SS libimcv section +.TP +.BR libimcv.debug_level " [1]" +Debug level for a stand-alone libimcv library +.TP +.BR libimcv.stderr_quiet " [no]" +Disable output to stderr with a stand-alone libimcv library +.SS libimcv plugins section +.TP +.BR libimcv.plugins.imc_test.command " [none]" +Command to be sent to the Test IMV +.TP +.BR libimcv.plugins.imc_test.retry " [no]" +Do a handshake retry +.TP +.BR libimcv.plugins.imc_test.retry_command +Command to be sent to the Test IMV in the handshake retry +.TP +.BR libimcv.plugins.imv_test.rounds " [0]" +Number of IMC-IMV retry rounds .SS libtls section .TP .BR libtls.cipher |