mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 11:45:42 +01:00
863470a5f9
Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>
6 lines
321 B
Plaintext
6 lines
321 B
Plaintext
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.
|