aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2011-11-03 18:36:34 +0100
committerTobias Brunner <tobias@strongswan.org>2011-11-03 18:36:34 +0100
commit53e2fc690e6e0a88b1c2c02eb14e7b64218b1121 (patch)
treead57b213235769b22f4c798fb88139f4fc83994d /man
parent1bdd255ed3d1f08b5d7c815cc6589945288f4f28 (diff)
downloadstrongswan-53e2fc690e6e0a88b1c2c02eb14e7b64218b1121.tar.bz2
strongswan-53e2fc690e6e0a88b1c2c02eb14e7b64218b1121.tar.xz
pkcs11: Documented use_pubkey option in strongswan.conf(5).
Diffstat (limited to 'man')
-rw-r--r--man/strongswan.conf.5.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/man/strongswan.conf.5.in b/man/strongswan.conf.5.in
index ffe881a9b..fdc13c172 100644
--- a/man/strongswan.conf.5.in
+++ b/man/strongswan.conf.5.in
@@ -549,14 +549,19 @@ ENGINE ID to use in the OpenSSL plugin
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)
+Whether the PKCS#11 modules should be used for DH and ECDH (see use_ecc option)
.TP
.BR libstrongswan.plugins.pkcs11.use_ecc " [no]"
-Whether the PKCS#11 modules should be used for ECDH/ECDSA
+Whether the PKCS#11 modules should be used for ECDH and ECDSA public key
+operations. ECDSA private keys can be used regardless of this option
.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_pubkey " [no]"
+Whether the PKCS#11 modules should be used for public key operations, even for
+keys not stored on tokens
+.TP
.BR libstrongswan.plugins.pkcs11.use_rng " [no]"
Whether the PKCS#11 modules should be used as RNG
.SS libtnccs section