From 2b9f62a1be2b556e858fa16d0ece648639569e72 Mon Sep 17 00:00:00 2001 From: Janos Follath Date: Tue, 20 Jan 2026 10:39:40 +0000 Subject: [PATCH] programs/README.md clarify security remark Signed-off-by: Janos Follath --- programs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/README.md b/programs/README.md index 8c4e960775..47a8c9516c 100644 --- a/programs/README.md +++ b/programs/README.md @@ -3,7 +3,7 @@ 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. +We try to ensure that the sample programs are good examples of how to use Mbed TLS but we make no hard guarantees about their security. They should not be used in production unless they have been separately tested and thoroughly audited for security. Note that this means vulnerabilities in the sample programs are out of the scope of our usual security process and will be fixed in public. ### SSL/TLS sample applications