~ddstreet/systemd/+git/systemd:external_seal

Last commit made on 2023-02-10
Get this branch:
git clone -b external_seal https://git.launchpad.net/~ddstreet/systemd/+git/systemd

Branch merges

Branch information

Name:
external_seal
Repository:
lp:~ddstreet/systemd/+git/systemd

Recent commits

81f6fe0... by Dan Streetman

tpm2: fix build failure without openssl

59a9061... by Dan Streetman

cryptenroll: add --tpm2-external-key

cbb49fe... by Dan Streetman

tpm2: retain primary template from sealing for use with unsealing

32c58f9... by Dan Streetman

tpm2: update tpm2_seal() and tpm2_unseal() to seal/unseal to external pubkey

6c31ce2... by Dan Streetman

tpm2: add tpm2_import_key()

e62e2fb... by Dan Streetman

tpm2: add tpm2_create_and_duplicate_key()

337e74f... by Dan Streetman

tpm2: add tpm2_duplicate_key()

5d4feb2... by Dan Streetman

tpm2: add tpm2_policy_duplication_select()

16b1c1b... by Dan Streetman

tpm2: add tpm2_load_key() and tpm2_load_external_key()

5c6bbb1... by Dan Streetman

tpm2: change tpm2_make_primary() to tpm2_create_key()

This allows the function to be used both for primary keys as well as
non-primary keys.