Skip to content

Commit ef2fcc0

Browse files
authored
Merge pull request #146 from deeglaze/turin
Add Turin to fakekds root bundles
2 parents aef6141 + 6379472 commit ef2fcc0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

testing/fakekds.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ func FakeKDSFromFile(path string) (*FakeKDS, error) {
9191
"Genoa": {
9292
VcekBundle: string(trust.AskArkGenoaVcekBytes),
9393
VlekBundle: string(trust.AskArkGenoaVlekBytes),
94+
},
95+
"Turin": {
96+
VcekBundle: string(trust.AskArkTurinVcekBytes),
97+
VlekBundle: string(trust.AskArkTurinVlekBytes),
9498
}},
9599
}
96100

@@ -205,6 +209,10 @@ func GetKDS(t testing.TB) trust.HTTPSGetter {
205209
"Genoa": {
206210
VcekBundle: string(trust.AskArkGenoaVcekBytes),
207211
VlekBundle: string(trust.AskArkGenoaVlekBytes),
212+
},
213+
"Turin": {
214+
VcekBundle: string(trust.AskArkTurinVcekBytes),
215+
VlekBundle: string(trust.AskArkTurinVlekBytes),
208216
}},
209217
}
210218
// Provide nothing if --test_kds=none.

0 commit comments

Comments
 (0)