Balint Dobszay | 080bccc | 2023-02-28 16:58:20 +0100 | [diff] [blame^] | 1 | From dbd25f94eb62a9855bf342dd97503a49ea50f83e Mon Sep 17 00:00:00 2001 |
| 2 | From: Gyorgy Szing <Gyorgy.Szing@arm.com> |
| 3 | Date: Tue, 8 Feb 2022 17:06:37 +0000 |
| 4 | Subject: [PATCH 1/1] Disable using hard-coded attestation key |
| 5 | |
| 6 | Modify platform config to disable using a hard-coded attestation |
| 7 | key. |
| 8 | |
| 9 | Signed-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 | |
| 14 | diff --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 |
| 15 | index 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 | -- |
| 28 | 2.17.1 |