Go to file
Patrick Uiterwijk 1b5c15a992 Use AES128 to be compatible with hardware TPMs
My hardware TPM only supports AES128, so let's use that for now to
be more compatible.

The tpm_sym_def function does take a mutable ctx borrow, so that in
the future it can automatically detect the best supported symdef.

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2020-07-17 10:42:06 +02:00
src Use AES128 to be compatible with hardware TPMs 2020-07-17 10:42:06 +02:00
tests Initial commit 2020-07-16 16:22:34 +02:00
.gitignore Initial commit 2020-07-16 16:22:34 +02:00
Cargo.toml Initial commit 2020-07-16 16:22:34 +02:00
LICENSE Initial commit 2020-07-16 16:22:34 +02:00
README.md Initial commit 2020-07-16 16:22:34 +02:00

clevis-pin-tpm2

Rewritten Clevis TPM2 PIN