blob: f266281e68e99b05fce7a3adf742c2eb30c77473 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
charon.plugins.imv-attestation.cadir =
Path to directory with AIK cacerts.
charon.plugins.imv-attestation.mandatory_dh_groups = yes
Enforce mandatory Diffie-Hellman groups.
charon.plugins.imv-attestation.dh_group = ecp256
Preferred Diffie-Hellman group.
charon.plugins.imv-attestation.hash_algorithm = sha256
Preferred measurement hash algorithm.
charon.plugins.imv-attestation.min_nonce_len = 0
DH minimum nonce length.
charon.plugins.imc-attestation.pcr17_after
Dummy data if the TBOOT log is not retrieved.
charon.plugins.imc-attestation.pcr17_before
Dummy data if the TBOOT log is not retrieved.
charon.plugins.imc-attestation.pcr17_meas
Dummy data if the TBOOT log is not retrieved.
charon.plugins.imc-attestation.pcr18_after
Dummy data if the TBOOT log is not retrieved.
charon.plugins.imc-attestation.pcr18_before
Dummy data if the TBOOT log is not retrieved.
charon.plugins.imc-attestation.pcr18_meas
Dummy data if the TBOOT log is not retrieved.
|