blob: 3a1a7f2257f6e4edbdd251246c12982b9ba00821 (
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
33
34
35
36
37
38
39
40
41
42
43
44
45
|
imc-attestation {
# Dummy data if the TBOOT log is not retrieved.
# pcr17_after =
# Dummy data if the TBOOT log is not retrieved.
# pcr17_before =
# Dummy data if the TBOOT log is not retrieved.
# pcr17_meas =
# Dummy data if the TBOOT log is not retrieved.
# pcr18_after =
# Dummy data if the TBOOT log is not retrieved.
# pcr18_before =
# Dummy data if the TBOOT log is not retrieved.
# pcr18_meas =
}
imv-attestation {
# Path to directory with AIK cacerts.
# cadir =
# Preferred Diffie-Hellman group.
# dh_group = ecp256
# Preferred measurement hash algorithm.
# hash_algorithm = sha256
# Whether to load the plugin. Can also be an integer to increase the
# priority of this plugin.
load = yes
# Enforce mandatory Diffie-Hellman groups.
# mandatory_dh_groups = yes
# DH minimum nonce length.
# min_nonce_len = 0
}
|