commit | 00a5e07b8e765a1e9488ea462d82b005e4c9c260 | [log] [tgz] |
---|---|---|
author | Antonio de Angelis <Antonio.deAngelis@arm.com> | Tue Jan 07 12:15:11 2025 +0000 |
committer | Antonio de Angelis <Antonio.deAngelis@arm.com> | Fri Mar 07 23:43:23 2025 +0100 |
tree | 3624d5c544dfd1a380dd89bc958f8710ef3d1975 | |
parent | 6edb83b21cae8ebbc3c3c219ea34d41ca0cc2bf1 [diff] |
DPE: Use a 64-bit buffer in call to QCBOR API to retrieve cert_id The QCBOR API retrieves the cert_id using a pointer to a 64-bit value, hence passing directly a pointer to a 32-bit cert_id might break the API. Convert to a 32-bit value just before the call to the derive_context() function. Also, add debug prints on negative test related to the modified API. Signed-off-by: Antonio de Angelis <antonio.deangelis@arm.com> Change-Id: I03df07dbb86fb3fe61191cb3f56d597d1c4b005e