2025-01-27 10:31 AM - edited 2025-01-29 10:39 AM
Hi,
I have issue on Key Establish and Wrap/Unwrap example.
I have X-NUCLEO-SAFEA1 and NUCLEO-L476RG for testing.
I downloaded X-CUBE-SAFEA1 from ST web site, version is V1.2.2.
Here's what I tried.
Could you help me to understand what's going on?
Sung
2025-01-28 09:55 AM
Hi @sunghwan
This post has been escalated to the ST Online Support Team for additional assistance. We'll contact you directly.
Regards,
Billy
2025-02-20 06:09 AM
I have a very similar issue to original post where the Key Establishment and Wrap/Unwrap envelope demos do not succeed. Are they not meant to be run with a single dev kit?
Key Establishment demo fails on step 3 when calling mbedtls_ecp_mul. It is passing a NULL value for rng function to mbedtls_ecp_mul_restartable which then returns MBEDTLS_ERR_ECP_BAD_INPUT_DATA.
Wrap/Unwrap demonstration fails on step 2 StSafeA_WrapLocalEnvelope where the local envelope response is STSAFEA_KEY_NOT_FOUND