mbedtls/ChangeLog.d/psa_allow_tweaking_library_configuration.txt

6 lines
321 B
Text
Raw Normal View History

Features
* The PSA crypto subsystem can now be configured to use less static RAM by
tweaking the setting for the maximum amount of keys simultaneously in RAM.
MBEDTLS_PSA_KEY_SLOT_COUNT sets the maximum number of volatile keys that
can exist simultaneously. It has a sensible default if not overridden.