mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-14 02:39:53 +08:00
Move subsection
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
3f66943bdd
commit
897a95f46c
@ -254,12 +254,6 @@ This makes no difference to a vast majority of applications. If your code takes
|
|||||||
|
|
||||||
Alternative implementations of the SHA256 and SHA512 modules must adjust their functions' prototype accordingly.
|
Alternative implementations of the SHA256 and SHA512 modules must adjust their functions' prototype accordingly.
|
||||||
|
|
||||||
|
|
||||||
## High-level crypto
|
|
||||||
|
|
||||||
Please also refer to the section [Low-level crypto](#low-level-crypto) for
|
|
||||||
changes that could sit in either category.
|
|
||||||
|
|
||||||
### Deprecated error codes for hardware failures were removed
|
### Deprecated error codes for hardware failures were removed
|
||||||
|
|
||||||
- The macros `MBEDTLS_ERR_xxx_FEATURE_UNSUPPORTED` from various crypto modules
|
- The macros `MBEDTLS_ERR_xxx_FEATURE_UNSUPPORTED` from various crypto modules
|
||||||
@ -268,6 +262,12 @@ changes that could sit in either category.
|
|||||||
- The macros `MBEDTLS_ERR_xxx_HW_ACCEL_FAILED` from various crypto modules
|
- The macros `MBEDTLS_ERR_xxx_HW_ACCEL_FAILED` from various crypto modules
|
||||||
were removed; `MBEDTLS_ERR_PLATFORM_HW_ACCEL_FAILED` is now used instead.
|
were removed; `MBEDTLS_ERR_PLATFORM_HW_ACCEL_FAILED` is now used instead.
|
||||||
|
|
||||||
|
|
||||||
|
## High-level crypto
|
||||||
|
|
||||||
|
Please also refer to the section [Low-level crypto](#low-level-crypto) for
|
||||||
|
changes that could sit in either category.
|
||||||
|
|
||||||
### Calling `mbedtls_cipher_finish()` is mandatory for all multi-part operations
|
### Calling `mbedtls_cipher_finish()` is mandatory for all multi-part operations
|
||||||
|
|
||||||
This only affects people who use the cipher module to perform AEAD operations
|
This only affects people who use the cipher module to perform AEAD operations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user