mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 18:15:40 +01:00
Add missing ChangeLog entries
Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
parent
a946dcf8b2
commit
debe71988f
5
ChangeLog.d/AES_SETKEY_ALT-fix.txt
Normal file
5
ChangeLog.d/AES_SETKEY_ALT-fix.txt
Normal 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.
|
3
ChangeLog.d/add_validate_key_driver.txt
Normal file
3
ChangeLog.d/add_validate_key_driver.txt
Normal file
@ -0,0 +1,3 @@
|
||||
Features
|
||||
* Implementation of the validate_key entry point for PSA Crypto accelerator
|
||||
drivers as defined in #3695.
|
4
ChangeLog.d/psa-crypto-api-iv-nonce-macros-1.0.0.txt
Normal file
4
ChangeLog.d/psa-crypto-api-iv-nonce-macros-1.0.0.txt
Normal 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.
|
Loading…
Reference in New Issue
Block a user