From 63794723d54c11dd929ed11988736ebecb5392c3 Mon Sep 17 00:00:00 2001 From: Dionna Glaze Date: Tue, 10 Dec 2024 16:15:31 +0000 Subject: [PATCH] Add Turin to fakekds root bundles Found during hardware testing. --- testing/fakekds.go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/testing/fakekds.go b/testing/fakekds.go index 30bb0da..2227524 100644 --- a/testing/fakekds.go +++ b/testing/fakekds.go @@ -91,6 +91,10 @@ func FakeKDSFromFile(path string) (*FakeKDS, error) { "Genoa": { VcekBundle: string(trust.AskArkGenoaVcekBytes), VlekBundle: string(trust.AskArkGenoaVlekBytes), + }, + "Turin": { + VcekBundle: string(trust.AskArkTurinVcekBytes), + VlekBundle: string(trust.AskArkTurinVlekBytes), }}, } @@ -205,6 +209,10 @@ func GetKDS(t testing.TB) trust.HTTPSGetter { "Genoa": { VcekBundle: string(trust.AskArkGenoaVcekBytes), VlekBundle: string(trust.AskArkGenoaVlekBytes), + }, + "Turin": { + VcekBundle: string(trust.AskArkTurinVcekBytes), + VlekBundle: string(trust.AskArkTurinVlekBytes), }}, } // Provide nothing if --test_kds=none.