mirror of
https://github.com/tpm2dev/tpm.dev.tutorials.git
synced 2024-11-10 01:12:10 +00:00
WIP
This commit is contained in:
parent
b84c7075c1
commit
47e2e5210b
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,6 @@ here):
|
||||||
|
|
||||||
- cryptography
|
- cryptography
|
||||||
- hash extension
|
- hash extension
|
||||||
- tickets
|
|
||||||
- cryptographic object naming
|
- cryptographic object naming
|
||||||
- platform configuration registers (PCRs)
|
- platform configuration registers (PCRs)
|
||||||
- immutability of object public areas
|
- immutability of object public areas
|
||||||
|
@ -191,7 +190,8 @@ of untrusted code will not be reflected in any RTM.
|
||||||
|
|
||||||
> Tickets are yet another device for coping with TPMs having limited
|
> Tickets are yet another device for coping with TPMs having limited
|
||||||
> resources. Interaction with TPMs is via request/response
|
> resources. Interaction with TPMs is via request/response
|
||||||
> commands.
|
> commands, and tickets are largely about making TPMs stateless between
|
||||||
|
> related commands.
|
||||||
|
|
||||||
To avoid having to re-perform various operations -or remember having
|
To avoid having to re-perform various operations -or remember having
|
||||||
performed them- between command invocations, a TPM can produce a
|
performed them- between command invocations, a TPM can produce a
|
||||||
|
|
Loading…
Reference in a new issue