mbedtls/tests/psa-client-server
Valerio Setti d1b6ef1959 crypto-client test: add mechanism to build crypto library for client and server
It includes changes to:
- tests/Makefile: build the library for client and server in different
  folders. It mimica the libtestdriver1 behavior (without functions
  renaming though).
- tests/scripts/all.sh: helper function to build for client and
  server with some default configuration for each of them.
- crypto_spe.h: this is dummy file taken from the already existing
  tests. It's just meant to pacify the compiler, not to provide
  something useful. It will likely be changed in the future.

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
2024-05-09 07:31:54 +02:00
..
psasim crypto-client test: add mechanism to build crypto library for client and server 2024-05-09 07:31:54 +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.