From c16048887e9984cb87a8ee6e3254067842606132 Mon Sep 17 00:00:00 2001 From: Minos Galanakis Date: Fri, 3 May 2024 15:39:38 +0100 Subject: [PATCH] Added work directory for the psa client/server testing epic Signed-off-by: Minos Galanakis --- tests/psa-client-server/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/psa-client-server/README.md diff --git a/tests/psa-client-server/README.md b/tests/psa-client-server/README.md new file mode 100644 index 0000000000..e6d9c873bc --- /dev/null +++ b/tests/psa-client-server/README.md @@ -0,0 +1,6 @@ +### 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](https://github.com/Mbed-TLS/mbedtls-framework).