From 683c6266bf0724109003693beaebfc3aa1c8ecbd Mon Sep 17 00:00:00 2001 From: Qirui Huang Date: Fri, 11 Sep 2026 21:59:31 +0100 Subject: [PATCH] fix: remove wrong bindings in testvectors the cca-platform-challenge claim is used to bind the platform and realm tokens, and evcli is able to calculate the correct value when it is omitted from the json. An invalid cca-platform-challenge value had been included in the 2 testvectors. Removing it allows evcli cca create to generate tokens with the correct value. Signed-off-by: Qirui Huang --- misc/cca-claims-rev03-all.json | 1 - misc/cca-claims-rev03-mandatory-only.json | 1 - 2 files changed, 2 deletions(-) diff --git a/misc/cca-claims-rev03-all.json b/misc/cca-claims-rev03-all.json index 9abebe2..1b604c9 100644 --- a/misc/cca-claims-rev03-all.json +++ b/misc/cca-claims-rev03-all.json @@ -1,7 +1,6 @@ { "cca-platform-token": { "cca-platform-profile": "tag:arm.com,2024:cca_platform#2.0.0", - "cca-platform-challenge": "AQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQE=", "cca-platform-implementation-id":"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=", "cca-platform-instance-id": "AQICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC", "cca-platform-config": "AQID", diff --git a/misc/cca-claims-rev03-mandatory-only.json b/misc/cca-claims-rev03-mandatory-only.json index 617964c..afb5519 100644 --- a/misc/cca-claims-rev03-mandatory-only.json +++ b/misc/cca-claims-rev03-mandatory-only.json @@ -1,7 +1,6 @@ { "cca-platform-token": { "cca-platform-profile": "tag:arm.com,2024:cca_platform#2.0.0", - "cca-platform-challenge": "AQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQE=", "cca-platform-implementation-id": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=", "cca-platform-instance-id": "AQICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC", "cca-platform-config": "AQID",