From 7b2ad1c518d66e198eeb4d4c2bbaff0a7b238857 Mon Sep 17 00:00:00 2001 From: Janos Follath Date: Mon, 19 Jan 2026 14:46:44 +0000 Subject: [PATCH] Clarify purpose and suitability of sample programs Signed-off-by: Janos Follath --- programs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/programs/README.md b/programs/README.md index a58037d097..7dc41ab0c8 100644 --- a/programs/README.md +++ b/programs/README.md @@ -3,6 +3,8 @@ Mbed TLS sample programs This subdirectory mostly contains sample programs that illustrate specific features of the library, as well as a few test and support programs. +**Warning!** These programs are not intended for and are not suitable to be used in production. The code needs to be adapted to build a real-world applications. + ## Symmetric cryptography (AES) examples * [`aes/crypt_and_hash.c`](aes/crypt_and_hash.c): file encryption and authentication, demonstrating the generic cipher interface and the generic hash interface.