mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Add a very short summary
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
e45e6401af
commit
1aea40427f
|
|
@ -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
|
||||
-------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue