Hi @naNEQ ,You have to add to your includes the directory mbedtls/library.In that case, you will not have to copy the pk_wrap.h file.I'm working in that way with mbedtls 3.5.0Best Regards,Benjamin
Hi @naNEQ ,In your MbedTLS config, did you enable MBEDTLS_ALLOW_PRIVATE_ACCESS ?This will allow you to update the mbedtls_pk_context structure to use your own mbedtls_pk_info_t.Best Regards,Benjamin
Hi @jijomathew ,The STSAFE-A shall on the side of the peripheral you want to authenticate in that case.Having the STSAFE-A on the USB master side will enable mutual authentication with peripheral.The code example provided in the X-CUBE-SAFEA1 is show...
Hi @jijomathew , I'm not sure to understand your request ?You want to authenticate a USB device connected to your STM32 device USB port ?In your STM32 device you have an STSAFE-A and is acting as USB master ?Best Regards,Benjamin
Hi @naNEQ ,This is an interesting discussion.First the STSAFE-A always has a personalization and you can request a dedicated personalization which will helps to provision your private key and certificate in your application. Regarding the thought exp...