From 0703f694b882cd1252e5a784c94a3d383a5e4059 Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Thu, 1 Jul 2021 17:06:26 +0100 Subject: [PATCH] Remove warning of development instability from README Signed-off-by: Dave Rodgman --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index a469f8fa2..b80ee115a 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,6 @@ Mbed TLS is a C library that implements cryptographic primitives, X.509 certific Mbed TLS includes a reference implementation of the [PSA Cryptography API](#psa-cryptography-api). This is currently a preview for evaluation purposes only. -Stability ---------- - -**Warning: the [`development`](https://github.com/ARMmbed/mbedtls/tree/development) branch of Mbed TLS currently has an unstable API.** It is where work is happening on the next major release of Mbed TLS. Until Mbed TLS 3.0 is released, if you need a stable API, please use the branch [`development_2.x`](https://github.com/ARMmbed/mbedtls/tree/development_2.x) instead. - Configuration -------------