]> git.ipfire.org Git - thirdparty/systemd.git/commit
analyze: add "srk" verb to extract current srk from TPM2 chip
authorLennart Poettering <lennart@poettering.net>
Wed, 8 Nov 2023 21:34:24 +0000 (22:34 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 9 Nov 2023 11:48:27 +0000 (12:48 +0100)
commitd30693f39b2be125fad68f8d860e59cc3cb98071
treef35f951d531728035374be5c1f5f606ccc4892f8
parentfbe7db47f419d78fb96cc090a11497aef991cc27
analyze: add "srk" verb to extract current srk from TPM2 chip

This is pretty low-level functionality, hence placed in systemd-analyze.
This is useful for working with systemd-cryptenroll --tpm2-device-key=,
as it acquires the SRK without requiring the full tpm2-tss tool set.
man/systemd-analyze.xml
src/analyze/analyze-srk.c [new file with mode: 0644]
src/analyze/analyze-srk.h [new file with mode: 0644]
src/analyze/analyze.c
src/analyze/meson.build