Move subsection
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
715966862d
commit
8128b69ffe
1 changed files with 7 additions and 7 deletions
|
@ -310,6 +310,13 @@ If you're providing an alternative implementation using
|
||||||
replacing the removed functions with `mbedtls_internal_aes_encrypt()` and
|
replacing the removed functions with `mbedtls_internal_aes_encrypt()` and
|
||||||
`mbedtls_internal_aes_decrypt()` respectively.
|
`mbedtls_internal_aes_decrypt()` respectively.
|
||||||
|
|
||||||
|
### Deprecated functions were removed from ECDSA
|
||||||
|
|
||||||
|
The functions `mbedtls_ecdsa_write_signature_det()` and
|
||||||
|
`mbedtls_ecdsa_sign_det()` were removed. They were superseded by
|
||||||
|
`mbedtls_ecdsa_write_signature()` and `mbedtls_ecdsa_sign_det_ext()`
|
||||||
|
respectively.
|
||||||
|
|
||||||
|
|
||||||
## High-level crypto
|
## High-level crypto
|
||||||
|
|
||||||
|
@ -353,13 +360,6 @@ The functions `mbedtls_cipher_auth_encrypt()` and
|
||||||
respectively which additionally support key wrapping algorithms such as
|
respectively which additionally support key wrapping algorithms such as
|
||||||
NIST_KW.
|
NIST_KW.
|
||||||
|
|
||||||
### Deprecated functions were removed from ECDSA
|
|
||||||
|
|
||||||
The functions `mbedtls_ecdsa_write_signature_det()` and
|
|
||||||
`mbedtls_ecdsa_sign_det()` were removed. They were superseded by
|
|
||||||
`mbedtls_ecdsa_write_signature()` and `mbedtls_ecdsa_sign_det_ext()`
|
|
||||||
respectively.
|
|
||||||
|
|
||||||
### Extra parameter for the output buffer size
|
### Extra parameter for the output buffer size
|
||||||
|
|
||||||
The following functions now take an extra parameter indicating the size of the output buffer:
|
The following functions now take an extra parameter indicating the size of the output buffer:
|
||||||
|
|
Loading…
Reference in a new issue