mbedtls/ChangeLog.d
Gilles Peskine 1e65e64565 Fix overlap between volatile keys and built-in keys
Fix interference between PSA volatile keys and built-in keys
when MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS is enabled and
MBEDTLS_PSA_KEY_SLOT_COUNT is more than 4096. This overlap used to make it
possible that a volatile key would receive the identifier of a built-in key,
and is now caught by a static assertion.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2024-08-07 12:39:05 +02:00
..
00README.md
9126.txt changelog: add changelog 2024-06-20 11:06:25 +02:00
asn1-missing-guard-in-rsa.txt changelog: fix text 2024-04-19 11:09:56 +02:00
check-config.txt Document that there is now an error for dangerous inclusions 2024-05-29 09:44:20 +02:00
dynamic-keystore.txt Fix overlap between volatile keys and built-in keys 2024-08-07 12:39:05 +02:00
fix_ubsan_mp_aead_gcm.txt Add Changelog entry 2024-04-26 18:56:00 +01:00
fix-compilation-when-memcpy-is-function-like-macro.txt
fix-concurrently-loading-non-existent-keys.txt Add changelog 2024-04-30 14:04:17 +01:00
fix-psa-cmac.txt changelog: add changelog for PSA CMAC fix 2024-05-31 14:52:54 +02:00
fix-redefination_warning_messages_for_GNU_SOURCE.txt Fix Changelog formatting 2024-04-30 10:32:17 +01:00
fix-secure-element-key-creation.txt
fix-test-suite-pk-warnings.txt Changelog Fix 2024-06-18 10:25:11 +01:00
mbedtls_psa_register_se_key.txt Prevent mbedtls_psa_register_se_key with volatile keys 2024-08-07 12:39:05 +02:00
pk-norsa-warning.txt Fix a compilation warning in pk.c when PSA is enabled and RSA is disabled 2024-04-29 12:38:16 +02:00
psa_cipher_decrypt-ccm_star-iv_length_enforcement.txt psa_cipher_decrypt CCM*: fix rejection of messages shorter than 3 bytes 2024-06-26 13:16:33 +02:00
psa_generate_key_custom.txt Remove experimental, superseded function psa_generate_key_ext 2024-08-05 15:52:37 +02:00
remove-via-padlock-support.txt Remove mention of driver from ChangeLog 2024-06-25 16:48:04 +01:00
tls13-without-tickets.txt