summaryrefslogtreecommitdiff
path: root/src/boot/pcrphase.c
Commit message (Expand)AuthorAgeFilesLines
* chase-symlinks: Rename chase_symlinks() to chase()Daan De Meyer2023-03-241-2/+2
* src: Fixup copy-paste error for terminal_urlify_manMorten Linderud2023-03-101-1/+1
* tpm2: use Tpm2Context* instead of ESYS_CONTEXT*Dan Streetman2023-02-011-2/+2
* tpm2: use ref counter for Tpm2ContextDan Streetman2023-02-011-4/+4
* tpm2: rename struct tpm2_context to Tpm2ContextDan Streetman2023-02-011-2/+2
* shared/efi-loader: fix compilation with !ENABLE_EFI, improve messagesZbigniew Jędrzejewski-Szmek2023-01-241-2/+2
* tpm2: add common helper for checking if we are running on UKI with TPM measur...Lennart Poettering2023-01-171-29/+9
* pcrphase: make tool more generic, reuse for measuring machine id/fs uuidsLennart Poettering2023-01-171-24/+186
* tpm2-util: optionally do HMAC in tpm2_extend_bytes() in case we process sensi...Lennart Poettering2023-01-171-1/+1
* tpm2-util: split out code that extends a PCR from pcrphaseLennart Poettering2023-01-171-39/+3
* tpm2-util: split out code that derives "good" TPM2 banks into an strv from pc...Lennart Poettering2023-01-171-22/+6
* pcrphase: gracefully exit if TPM2 support is incompleteLennart Poettering2022-12-151-0/+13
* pcrphase: add $SYSTEMD_PCRPHASE_STUB_VERIFY env var for overriding stub checkLennart Poettering2022-11-171-11/+24
* basic: move version() to build.h+cZbigniew Jędrzejewski-Szmek2022-11-081-0/+1
* pcrphase: fix --help textLennart Poettering2022-10-171-1/+1
* boot: add new pcrphase tool to measure barrier strings into PCR 11Lennart Poettering2022-09-221-0/+262