mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 17:15:38 +01:00
Add ChangeLog entry for PR #1618 - ARM DSP instruction support
This commit is contained in:
parent
d5bf428a7b
commit
4a865ef233
@ -17,6 +17,10 @@ Features
|
|||||||
application leading to a memory leak in case both
|
application leading to a memory leak in case both
|
||||||
MBEDTLS_MEMORY_BUFFER_ALLOC_C and MBEDTLS_MEMORY_BACKTRACE are set.
|
MBEDTLS_MEMORY_BUFFER_ALLOC_C and MBEDTLS_MEMORY_BACKTRACE are set.
|
||||||
Fixes #2069.
|
Fixes #2069.
|
||||||
|
* Add support for Arm CPU DSP extensions to accelerate asymmetric key
|
||||||
|
operations. On CPUs where the extensions are available, they can accelerate
|
||||||
|
MPI multiplications used in ECC and RSA cryptography. Contributed by
|
||||||
|
Aurelien Jarno.
|
||||||
|
|
||||||
Bugfix
|
Bugfix
|
||||||
* Fix a bug in the update function for SSL ticket keys which previously
|
* Fix a bug in the update function for SSL ticket keys which previously
|
||||||
|
Loading…
Reference in New Issue
Block a user