Commit bd67311
committed
Implement object duplication
Key attestation using object duplication are [on the horizon], and we'll
need supporting routines for that.
This brings a `create_duplicate` that will make the two layers of wraps
around the object to protect.
[on the horizon]: https://trustedcomputinggroup.org/wp-content/uploads/EK-Based-Key-Attestation-with-TPM-Firmware-Version-V1-RC1_9July2025.pdf
Signed-off-by: Arthur Gautier <[email protected]>File tree
40 files changed
+3874
-217
lines changed- .github/workflows
- tss-esapi-sys
- tss-esapi
- examples
- src
- abstraction
- no_tpm
- transient
- context/tpm_commands
- structures
- names
- tagged
- utils
- tests/integration_tests
- abstraction_tests
- context_tests/tpm_commands
40 files changed
+3874
-217
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
0 commit comments