Commit 0f65286
committed
Add SgxIdentityExpectation and auxillary messages
This commit adds the `SgxIdentityExpectation`, `SgxIdentityMatchSpec`,
and `SgxMachineConfigurationMatchSpec` messages, intended to closely
resemble `CodeIdentityExpectation` and related messages.
The reasoning behind mirroring the hierarchy found in the `CodeIdentity`
messages (ie. introducing `SgxIdentityMatchSpec` which consists solely
of the composition of the two children match specs, rather than just
adding them as two additional fields to `SgxIdentityExpectation`) is
because the `code_identity_util` API currently contains methods that
operate on "match spec"-level messages; therefore, it makes the most
sense to maintain this parity, since `SgxIdentity` is intended to
eventually replace existing instances of `CodeIdentity`.
PiperOrigin-RevId: 263855701
Change-Id: I156a95fb86043925a003fc479e128b9a83cc1d231 parent f9a6049 commit 0f65286
1 file changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
29 | 35 | | |
30 | 36 | | |
31 | 37 | | |
32 | 38 | | |
33 | 39 | | |
34 | 40 | | |
35 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
0 commit comments