Merge pull request #9302 from valeriosetti/psa-use-static-slots

PSA: use static key slots to store keys
This commit is contained in:
Gilles Peskine
2024-10-24 07:27:48 +00:00
committed by GitHub
21 changed files with 377 additions and 114 deletions
+6
View File
@@ -0,0 +1,6 @@
Features
* Added new configuration option MBEDTLS_PSA_STATIC_KEY_SLOTS, which
uses static storage for keys, enabling malloc-less use of key slots.
The size of each buffer is given by the option
MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE. By default it accommodates the
largest PSA key enabled in the build.