diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2014-05-05 10:51:51 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2014-05-10 20:08:20 +0200 |
commit | 688b5b99ed3eed8b5d1237f87ae73b0067583a33 (patch) | |
tree | 2295818f9542d3b90adc0c8b675d3a7f147802fe /conf | |
parent | b1b01840b6abfedd4cc86c76456306ef76d81b4e (diff) | |
download | strongswan-688b5b99ed3eed8b5d1237f87ae73b0067583a33.tar.bz2 strongswan-688b5b99ed3eed8b5d1237f87ae73b0067583a33.tar.xz |
Changed default value to libimcv.imc-attestation.pcr_info = no
Diffstat (limited to 'conf')
-rw-r--r-- | conf/plugins/imc-attestation.opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/plugins/imc-attestation.opt b/conf/plugins/imc-attestation.opt index a7aee28d4..3169617a6 100644 --- a/conf/plugins/imc-attestation.opt +++ b/conf/plugins/imc-attestation.opt @@ -16,5 +16,5 @@ charon.plugins.imc-attestation.nonce_len = 20 charon.plugins.imc-attestation.use_quote2 = yes Use Quote2 AIK signature instead of Quote signature. -charon.plugins.imc-attestation.pcr_info = yes +charon.plugins.imc-attestation.pcr_info = no Whether to send pcr_before and pcr_after info. |