]> git.ipfire.org Git - thirdparty/systemd.git/commit
tpm2-util: add helpers for marshalling public/private keys
authorLennart Poettering <lennart@poettering.net>
Thu, 19 Oct 2023 15:50:39 +0000 (17:50 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 3 Nov 2023 10:20:56 +0000 (11:20 +0100)
commit9fe3b63672bc711881497323f188674dcf1b1db4
treeb6c31b7fca0f1f698b711ca141acb591ded86919
parent8f3f9c2bf5d2723ec392479fb1afb10f074e61ac
tpm2-util: add helpers for marshalling public/private keys

Note: we export these new symbols for now. A later commit in this PR
will make them static again. The only reason they are exported here is
to make sure gcc doesn't complain about unused static symbols, and I
really wanted to commit them in a separate commit.
src/shared/tpm2-util.c
src/shared/tpm2-util.h