summaryrefslogtreecommitdiffstats
path: root/docs/TPM2_PCR_MEASUREMENTS.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "docs: use collections to structure the data"Zbigniew Jędrzejewski-Szmek2024-02-231-0/+192
| | | | | | | | | This reverts commit 5e8ff010a1436d33bbf3c108335af6e0b4ff7a2a. This broke all the URLs, we can't have that. (And actually, we probably don't _want_ to make the change either. It's nicer to have all the pages in one directory, so one doesn't have to figure out to which collection the page belongs.)
* docs: use collections to structure the datahulkoba2024-02-221-192/+0
|
* docs: document that in future we'll do EV_EVENT_TAG only, no EV_IPLLennart Poettering2023-10-111-0/+10
|
* boot: measure loader.conf in PCR5Luca Boccassi2023-10-091-2/+13
| | | | | | | | | | | | | | | | | | | | Results in: - EventNum: 26 PCRIndex: 5 EventType: EV_EVENT_TAG DigestCount: 4 Digests: - AlgorithmId: sha1 Digest: 155fb999ca61ba8c7b1f1d87cee821f772ef084a - AlgorithmId: sha256 Digest: 4c26adf231603613afc00bb3d5cad046aec6a525ca01262417c7085caab452b5 - AlgorithmId: sha384 Digest: 3e0758cb6605ac274e55d747bf29ee3474fc4413cd5e7a451d1375219cd7f08a30fc915a8df7131657ca78b82b9ccec8 - AlgorithmId: sha512 Digest: e32d905b9092c543802f386db9a397d9b6593bdb8360fb747a6d23e491a09595fec8699184cc790d0873a3d52ed16d045538f0c73ece48278fae0fb6ed9b4ed6 EventSize: 32 Event: 2a58bcf5180000006c006f0061006400650072002e0063006f006e0066000000
* stub: measure all cmdline addons togetherLuca Boccassi2023-10-091-4/+3
|
* stub: add support for dtb addonsLuca Boccassi2023-10-091-0/+10
| | | | Same as kernel command line addons.
* markdown: add document listing TPM2 PCR measurements we make comprehensivelyLennart Poettering2023-10-041-0/+162
This is useful to write TPM event log decoders.