blob: 55917fba9bd8e9154dc6a6b473099570fc4f94e9 [file] [log] [blame]
Balint Dobszay080bccc2023-02-28 16:58:20 +01001From dbd25f94eb62a9855bf342dd97503a49ea50f83e Mon Sep 17 00:00:00 2001
2From: Gyorgy Szing <Gyorgy.Szing@arm.com>
3Date: Tue, 8 Feb 2022 17:06:37 +0000
4Subject: [PATCH 1/1] Disable using hard-coded attestation key
5
6Modify platform config to disable using a hard-coded attestation
7key.
8
9Signed-off-by: Gyorgy Szing <Gyorgy.Szing@arm.com>
10---
11 api-tests/platform/targets/tgt_dev_apis_linux/nspe/pal_config.h | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/api-tests/platform/targets/tgt_dev_apis_linux/nspe/pal_config.h b/api-tests/platform/targets/tgt_dev_apis_linux/nspe/pal_config.h
15index 6112ba7..1cdf581 100755
16--- a/api-tests/platform/targets/tgt_dev_apis_linux/nspe/pal_config.h
17+++ b/api-tests/platform/targets/tgt_dev_apis_linux/nspe/pal_config.h
18@@ -60,7 +60,7 @@ typedef uint32_t cfg_id_t;
19 #define CRYPTO_VERSION_BETA3
20
21 /* Use hardcoded public key */
22-#define PLATFORM_OVERRIDE_ATTEST_PK
23+//#define PLATFORM_OVERRIDE_ATTEST_PK
24
25 /*
26 * Include of PSA defined Header files
27--
282.17.1