Hi all,

 

We have implemented the PSA Functional API for a custom secure environment which passes PSA Arch tests.

Now we would like to run mbedtls tests (make check) on the PSA API if possible.

 

When we run “make check”, it includes and compiles library/psa_crypto.c file for mbedTLS’s PSA API Implementation.

 

Herein, we would like to compile our own psa_crypto.c implementation, does mbedtls build system allow us to include custom PSA API Implementation to run tests?

 

Thank you.

Murat