diff options
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2021-05-11 14:56:05 -0400 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2021-05-11 14:56:05 -0400 |
commit | f1a2700e70018349d5c63f2053ba4b0e7ebe351a (patch) | |
tree | d3bea7c91ff7d679cbe9d4614b02f40e09cac94c /patatt | |
parent | 31348a14afdb1d39e7faf9576eaddea1ced76e19 (diff) | |
download | b4-f1a2700e70018349d5c63f2053ba4b0e7ebe351a.tar.gz |
Reimplement attestation code one more time
Move end-to-end attestation code into its own library: patatt. See
https://git.kernel.org/pub/scm/utils/patatt/patatt.git/about/
It is included into b4 as a submodule, but you will need to init it
first:
git submodule update --init
This change significantly simplifies our attestation code, dropping
thousands of lines of rather hairy code. Notably, patatt-style
attestation is incompatible with previous attestation implementations
done directly in b4, but that's just as well -- we've always marked it
as "experimental" and the lack of adoption was proving that we weren't
on the right path.
Next to come is keyring management and documentation.
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Diffstat (limited to 'patatt')
m--------- | patatt | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/patatt b/patatt new file mode 160000 +Subproject e68ab474eb9baa62df43161d4cc46a512c853d5 |