Add a very short summary

Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
Dave Rodgman 2021-06-29 13:27:15 +01:00
parent e45e6401af
commit 1aea40427f

View file

@ -9,6 +9,12 @@ need to change their own code in order to make it work with Mbed TLS 3.0.
Here's the list of breaking changes; each entry should help you answer these
two questions: (1) am I affected? (2) if yes, what's my migration path?
The changes are detailed below, and include:
- Removal of many insecure / obsolete features
- Tidying up of configuration options (including removing some less useful options)
- Changing function signatures (e.g., adding return codes or extra parameters); introducing const to arguments.
- Removal of functions marked as deprecated in 2.x
Introduce a level of indirection and versioning in the config files
-------------------------------------------------------------------