mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Add reference to 2.x docs to migration guide
Signed-off-by: Werner Lewis <werner.lewis@arm.com>
This commit is contained in:
@ -13,7 +13,21 @@ The changes are detailed below, and include:
|
|||||||
- Removal of many insecure or obsolete features
|
- Removal of many insecure or obsolete features
|
||||||
- Tidying up of configuration options (including removing some less useful options).
|
- Tidying up of configuration options (including removing some less useful options).
|
||||||
- Changing function signatures, e.g. adding return codes, adding extra parameters, or making some arguments const.
|
- Changing function signatures, e.g. adding return codes, adding extra parameters, or making some arguments const.
|
||||||
- Removal of functions previously marked as deprecated.
|
- Removal of functions, macros, and types previously marked as deprecated.
|
||||||
|
|
||||||
|
|
||||||
|
## Referring to Mbed TLS 2.x documentation
|
||||||
|
|
||||||
|
For features previously marked as deprecated, Mbed TLS 2.x documentation may
|
||||||
|
explain how to upgrade, and should be referred to when migrating code. Where a
|
||||||
|
migration path is not provided in prior documentation, changes made and the
|
||||||
|
upgrade steps required will be explained in this guide.
|
||||||
|
|
||||||
|
For some deprecated functions, 2.x documentation will suggest using a variant
|
||||||
|
suffixed with `_ret`. In Mbed TLS 3.x, this change may not be required, as most
|
||||||
|
of these variants have been renamed without the suffix. The section
|
||||||
|
[Rename mbedtls_*_ret...](#rename-mbedtls__ret-cryptography-functions-whose-deprecated-variants-have-been-removed)
|
||||||
|
has further detail on which functions this applies to.
|
||||||
|
|
||||||
|
|
||||||
## General changes
|
## General changes
|
||||||
|
Reference in New Issue
Block a user