aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2012-02-07 22:11:51 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2012-02-07 22:11:51 +0100
commite01751035eddace1f165868eb13680de5df5ffe2 (patch)
tree45995e6a9713204cd1e624f2a40b652e29578132 /man
parent2af22e11358c99910af685834b54638b1f30946b (diff)
downloadstrongswan-e01751035eddace1f165868eb13680de5df5ffe2.tar.bz2
strongswan-e01751035eddace1f165868eb13680de5df5ffe2.tar.xz
completed imc/imv-attestation settings
Diffstat (limited to 'man')
-rw-r--r--man/strongswan.conf.5.in21
1 files changed, 20 insertions, 1 deletions
diff --git a/man/strongswan.conf.5.in b/man/strongswan.conf.5.in
index 3588517c7..8acf1e00a 100644
--- a/man/strongswan.conf.5.in
+++ b/man/strongswan.conf.5.in
@@ -126,6 +126,13 @@ will return
The following keys are currently defined (using dot notation). The default
value (if any) is listed in brackets after the key.
+.SS attest section
+.TP
+.BR attest.database
+Path to database with file measurement information
+.TP
+.BR attest.load
+Plugins to load in ipsec attest tool
.SS charon section
.TP
.BR charon.block_threshold " [5]"
@@ -599,15 +606,27 @@ AIK certificate file
.BR libimcv.plugins.imc-attestation.aik_key
AIK public key file
.TP
+.BR libimcv.plugins.imv-attestation.nonce_len " [20]"
+DH nonce length
+.TP
+.BR libimcv.plugins.imv-attestation.use_quote2 " [yes]"
+Use Quote2 AIK signature instead of Quote signature
+.TP
.BR libimcv.plugins.imv-attestation.cadir
Path to directory with AIK cacerts
.TP
.BR libimcv.plugins.imv-attestation.database
Path to database with file measurement information
.TP
-.BR libimcv.plugins.imv-attestation.hash_algorithm " [sha1]"
+.BR libimcv.plugins.imv-attestation.dh_group " [ecp256]"
+Preferred Diffie-Hellman group
+.TP
+.BR libimcv.plugins.imv-attestation.hash_algorithm " [sha256]"
Preferred measurement hash algorithm
.TP
+.BR libimcv.plugins.imv-attestation.min_nonce_len " [0]"
+DH minimum nonce length
+.TP
.BR libimcv.plugins.imv-attestation.platform_info
Information on operating system and hardware platform
.TP