diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-10-31 18:50:10 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-10-31 18:50:10 +0100 |
commit | 1a9e3e014797750508e044b7df5fbf7928baaca8 (patch) | |
tree | 8f5d7579d826ad2dc61be1ccc5c018faf0ebf6ec /man | |
parent | b3b3613c60885ca52de254f42f60f5d149691410 (diff) | |
download | strongswan-1a9e3e014797750508e044b7df5fbf7928baaca8.tar.bz2 strongswan-1a9e3e014797750508e044b7df5fbf7928baaca8.tar.xz |
pkcs11: Documented new options in strongswan.conf(5).
Diffstat (limited to 'man')
-rw-r--r-- | man/strongswan.conf.5.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/strongswan.conf.5.in b/man/strongswan.conf.5.in index 608c970b6..ffe881a9b 100644 --- a/man/strongswan.conf.5.in +++ b/man/strongswan.conf.5.in @@ -548,8 +548,17 @@ ENGINE ID to use in the OpenSSL plugin .BR libstrongswan.plugins.pkcs11.modules List of available PKCS#11 modules .TP +.BR libstrongswan.plugins.pkcs11.use_dh " [no]" +Whether the PKCS#11 modules should be used for DH/ECDH (see use_ecc option) +.TP +.BR libstrongswan.plugins.pkcs11.use_ecc " [no]" +Whether the PKCS#11 modules should be used for ECDH/ECDSA +.TP .BR libstrongswan.plugins.pkcs11.use_hasher " [no]" Whether the PKCS#11 modules should be used to hash data +.TP +.BR libstrongswan.plugins.pkcs11.use_rng " [no]" +Whether the PKCS#11 modules should be used as RNG .SS libtnccs section .TP .BR libtnccs.tnc_config " [/etc/tnc_config]" |