You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Only one reference TcbInfo entry is provided by the integrator. (Multiple reference TcbInfo is NOT supported in this Implementation.)
10
+
2)**Reported TcbInfo**
11
+
12
+
- Reported TcbInfo must be in at least one certificate.
13
+
- If none of the certificates includes TcbInfo, the verification must fail.
14
+
3)**TcbInfo Matching**
15
+
16
+
- At least one reported TcbInfo must fully match the reference TcbInfo.
17
+
- If none of the reported TcbInfos matches all fields in the reference TcbInfo, the verification must fail.
18
+
- Once one of the reported TcbInfo fully matches, the verification must pass and the rests of reported TcbInfo must be ignored.
19
+
4)**TcbInfo Field**
20
+
21
+
- The reported TcbInfo must include all fields in the reference TcbInfo. If a field in the reference TcbInfo does not exist in the reported TcbInfo, the verification must fail.
22
+
- The reported TcbInfo could include more fields which do not exist in the reference TcbInfo. The extra fields in the reported TcbInfo must be ignored and NOT validated, and they must not impact the final result.
23
+
24
+
25
+
### Note
26
+
1) The implementaion is just for Openssl Crypto Library.
27
+
2) To verify the CertChain DiceTcbInfo extension, please use the following command to build.
0 commit comments