From a2541482a6e5bab7dde2e0a8399cef8126da6af4 Mon Sep 17 00:00:00 2001 From: Yogesh Deshpande Date: Thu, 5 Oct 2023 13:57:44 +0100 Subject: [PATCH] Add riot package Signed-off-by: Yogesh Deshpande --- scheme/{tcg-dice => riot}/Makefile | 0 scheme/{tcg-dice => riot}/evidence_handler.go | 0 scheme/{tcg-dice => riot}/evidence_handler_test.go | 0 scheme/{tcg-dice => riot}/plugin/Makefile | 0 scheme/{tcg-dice => riot}/plugin/combined/Makefile | 0 scheme/{tcg-dice => riot}/plugin/combined/main.go | 0 scheme/{tcg-dice => riot}/plugin/evidence-handler/Makefile | 0 scheme/{tcg-dice => riot}/plugin/evidence-handler/main.go | 0 scheme/{tcg-dice => riot}/scheme.go | 0 scheme/{tcg-dice => riot}/test/DeviceCerts.pem | 0 scheme/{tcg-dice => riot}/test/TrustAnchor.pem | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename scheme/{tcg-dice => riot}/Makefile (100%) rename scheme/{tcg-dice => riot}/evidence_handler.go (100%) rename scheme/{tcg-dice => riot}/evidence_handler_test.go (100%) rename scheme/{tcg-dice => riot}/plugin/Makefile (100%) rename scheme/{tcg-dice => riot}/plugin/combined/Makefile (100%) rename scheme/{tcg-dice => riot}/plugin/combined/main.go (100%) rename scheme/{tcg-dice => riot}/plugin/evidence-handler/Makefile (100%) rename scheme/{tcg-dice => riot}/plugin/evidence-handler/main.go (100%) rename scheme/{tcg-dice => riot}/scheme.go (100%) rename scheme/{tcg-dice => riot}/test/DeviceCerts.pem (100%) rename scheme/{tcg-dice => riot}/test/TrustAnchor.pem (100%) diff --git a/scheme/tcg-dice/Makefile b/scheme/riot/Makefile similarity index 100% rename from scheme/tcg-dice/Makefile rename to scheme/riot/Makefile diff --git a/scheme/tcg-dice/evidence_handler.go b/scheme/riot/evidence_handler.go similarity index 100% rename from scheme/tcg-dice/evidence_handler.go rename to scheme/riot/evidence_handler.go diff --git a/scheme/tcg-dice/evidence_handler_test.go b/scheme/riot/evidence_handler_test.go similarity index 100% rename from scheme/tcg-dice/evidence_handler_test.go rename to scheme/riot/evidence_handler_test.go diff --git a/scheme/tcg-dice/plugin/Makefile b/scheme/riot/plugin/Makefile similarity index 100% rename from scheme/tcg-dice/plugin/Makefile rename to scheme/riot/plugin/Makefile diff --git a/scheme/tcg-dice/plugin/combined/Makefile b/scheme/riot/plugin/combined/Makefile similarity index 100% rename from scheme/tcg-dice/plugin/combined/Makefile rename to scheme/riot/plugin/combined/Makefile diff --git a/scheme/tcg-dice/plugin/combined/main.go b/scheme/riot/plugin/combined/main.go similarity index 100% rename from scheme/tcg-dice/plugin/combined/main.go rename to scheme/riot/plugin/combined/main.go diff --git a/scheme/tcg-dice/plugin/evidence-handler/Makefile b/scheme/riot/plugin/evidence-handler/Makefile similarity index 100% rename from scheme/tcg-dice/plugin/evidence-handler/Makefile rename to scheme/riot/plugin/evidence-handler/Makefile diff --git a/scheme/tcg-dice/plugin/evidence-handler/main.go b/scheme/riot/plugin/evidence-handler/main.go similarity index 100% rename from scheme/tcg-dice/plugin/evidence-handler/main.go rename to scheme/riot/plugin/evidence-handler/main.go diff --git a/scheme/tcg-dice/scheme.go b/scheme/riot/scheme.go similarity index 100% rename from scheme/tcg-dice/scheme.go rename to scheme/riot/scheme.go diff --git a/scheme/tcg-dice/test/DeviceCerts.pem b/scheme/riot/test/DeviceCerts.pem similarity index 100% rename from scheme/tcg-dice/test/DeviceCerts.pem rename to scheme/riot/test/DeviceCerts.pem diff --git a/scheme/tcg-dice/test/TrustAnchor.pem b/scheme/riot/test/TrustAnchor.pem similarity index 100% rename from scheme/tcg-dice/test/TrustAnchor.pem rename to scheme/riot/test/TrustAnchor.pem