mbedtls/tests/psa-client-server
Valerio Setti cd89c1ffc8 crypto-client: simplify build of mbedtls static libraries
Instead of copying the entire library & include folders twice
to build libraries for client and server:

- change the main config file (mbedtls_config.h)
- build in the root library folder
- move the generated library in the psasim folder
- use those library for linking the client/server binaries

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
2024-05-10 11:23:30 +02:00
..
psasim crypto-client: simplify build of mbedtls static libraries 2024-05-10 11:23:30 +02:00
README.md

PSA Crypto Client-Server Testing

Everything in this directory should currently be considered experimental. We are adding features and extending CI support for it.

Once stable, of production quality, and being tested by the CI, it will eventually be migrated into the MbedTLS framework repository.