From a3bd5c88343b288aa38af8c9541a178c24b81fa2 Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Wed, 27 Mar 2024 11:42:54 +1000 Subject: [PATCH] manifest: Report the SVN in the manifest Signed-off-by: Alistair Francis --- manifest/manifest.in.cbor | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/manifest/manifest.in.cbor b/manifest/manifest.in.cbor index fb1ad4d..304320c 100644 --- a/manifest/manifest.in.cbor +++ b/manifest/manifest.in.cbor @@ -36,6 +36,19 @@ / tagged-pkix-base64-key-type / 554("base64_key_X") ] } + ], + [ + / measurement-map / { + / mval / 1: { + / svn / 1: / tagged-svn / 552(7), + / spdm-indirect / 12: { + / index / 0: [16] + } + }, + / authorised-by / 2: [ + / tagged-pkix-base64-key-type / 554("base64_key_X") + ] + } ] ] ]