Add missing ChangeLog entries

Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
Janos Follath 2020-12-08 22:48:07 +00:00
parent a946dcf8b2
commit debe71988f
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,5 @@
Bugfix
* Fix a build failure that occurred with the MBEDTLS_AES_SETKEY_DEC_ALT
option on. In this configuration key management methods that are required
for MBEDTLS_CIPHER_MODE_XTS were excluded from the build and made it fail.
Fixes #3818. Reported by John Stroebel.

View File

@ -0,0 +1,3 @@
Features
* Implementation of the validate_key entry point for PSA Crypto accelerator
drivers as defined in #3695.

View File

@ -0,0 +1,4 @@
Features
* PSA_AEAD_NONCE_LENGTH, PSA_AEAD_NONCE_MAX_SIZE, PSA_CIPHER_IV_LENGTH and
PSA_CIPHER_IV_MAX_SIZE macros have been added as defined in version
1.0.0 of the PSA Crypto API specification.