mirror of
https://github.com/tpm2dev/tpm.dev.tutorials.git
synced 2024-12-22 01:42:09 +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
|
||||
- hash extension
|
||||
- tickets
|
||||
- cryptographic object naming
|
||||
- platform configuration registers (PCRs)
|
||||
- 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
|
||||
> 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
|
||||
performed them- between command invocations, a TPM can produce a
|
||||
|
|
Loading…
Reference in a new issue