mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 08:42:50 +00:00
Update ChangeLog for CCM/GCM improvements
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
729cf89704
commit
a57278151b
@ -1,6 +1,10 @@
|
|||||||
Features
|
Features
|
||||||
* If a cipher or AEAD mechanism has a PSA driver, you can now build the
|
* If a cipher or AEAD mechanism has a PSA driver, you can now build the
|
||||||
library without the corresponding built-in implementation. See
|
library without the corresponding built-in implementation. Generally
|
||||||
|
speaking that requires both the key type and algorithm to be accelerated
|
||||||
|
or they'll both be built in. However for CCM and GCM the built-in
|
||||||
|
implementation is able to take advantage of a driver that only
|
||||||
|
accelerates the key type (that is, the block cipher primitive). See
|
||||||
docs/driver-only-builds.md for full details and current limitations.
|
docs/driver-only-builds.md for full details and current limitations.
|
||||||
* The CTR_DRBG module will now use AES from a PSA driver if MBEDTLS_AES_C is
|
* The CTR_DRBG module will now use AES from a PSA driver if MBEDTLS_AES_C is
|
||||||
disabled. This requires PSA_WANT_ALG_ECB_NO_PADDING in addition to
|
disabled. This requires PSA_WANT_ALG_ECB_NO_PADDING in addition to
|
Loading…
x
Reference in New Issue
Block a user