You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/nrf/app_dev/device_guides/nrf54l/cryptography.rst
+56-10Lines changed: 56 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -216,7 +216,8 @@ The following list shows available schemes that determine how the keys are used:
216
216
Key types that can be stored in the KMU
217
217
=======================================
218
218
219
-
The following table lists all key types that can be stored in the KMU, indicating which usage schemes (Protected, Encrypted, and Raw) support them and the number of key slots they require.
219
+
The following table lists all key types that can be stored in the KMU.
220
+
For each key type, the table lists the supported algorithms and indicates which usage schemes (Protected, Encrypted, and Raw) support the key types and the number of key slots they require.
220
221
221
222
.. note::
222
223
This list does not include the key types that are supported by the CRACEN driver, but not stored in the KMU.
@@ -227,71 +228,116 @@ The following table lists all key types that can be stored in the KMU, indicatin
.. [1] Keys with the Encrypted usage scheme (``CRACEN_KMU_KEY_USAGE_SCHEME_ENCRYPTED``) will require two additional KMU slots to store the nonce and the authentication tag.
293
-
.. [2] Not supported on nRF54LM20.
294
-
.. [3] ECDH not supported for key derivation.
337
+
.. [1] Store each key with only one algorithm to follow PSA Crypto best practices.
338
+
.. [2] Keys with the Encrypted usage scheme (``CRACEN_KMU_KEY_USAGE_SCHEME_ENCRYPTED``) will require two additional KMU slots to store the nonce and the authentication tag.
339
+
.. [3] 192-bit key size is not supported on nRF54LM20.
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,7 @@ Security
146
146
* The :ref:`secure_storage_in_ncs` page with updated information about the secure storage configuration in the |NCS|.
147
147
Also renamed the page from "Trusted storage in the |NCS|."
148
148
* The :ref:`ug_crypto_supported_features` page with the missing entries for the HMAC key type (:kconfig:option:`CONFIG_PSA_WANT_KEY_TYPE_HMAC`).
149
+
* The :ref:`ug_nrf54l_crypto_kmu_supported_key_types` section specific for the nRF54L Series devices to list the supported algorithms for each key type.
0 commit comments