Skip to content

Commit 2e6aeab

Browse files
greg-ferrlubos
authored andcommitted
doc: crypto: feature update for Oberon 1.5.1
Updated cryptographic support tables for Oberon Core 1.5.1. NCSDK-34593 and PR #23474. Signed-off-by: Grzegorz Ferenc <[email protected]>
1 parent 47d14c6 commit 2e6aeab

File tree

4 files changed

+1901
-186
lines changed

4 files changed

+1901
-186
lines changed

doc/nrf/app_dev/device_guides/nrf54l/cryptography.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ The keys are not exportable, except for the public key associated with the asymm
150150
Programming model for referencing keys
151151
**************************************
152152

153-
The keys which are stored in the KMU can be used by most cryptographic functions and key management functions in the PSA Crypto API (see `PSA Certified Crypto API 1.2.1`_), with a built-in key ID representing a particular KMU slot.
153+
The keys that are stored in the KMU can be used by most cryptographic functions and key management functions in the PSA Crypto API (see `PSA Certified Crypto API 1.3.1`_), with a built-in key ID representing a particular KMU slot.
154154

155155
To identify that the KMU is used as a persistent storage backend for a specific ``psa_key_id_t``, you need to create a ``psa_key_attributes_t`` structure and set the required attributes from the list below.
156156

doc/nrf/links.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@
255255
.. _`Keystore interface`: https://arm-software.github.io/psa-api/crypto/1.1/overview/goals.html#a-keystore-interface
256256
.. _`PSA Cryptography API 1.0.1`: https://armmbed.github.io/mbed-crypto/1.0.1/html/index.html
257257
.. _`PSA Certified Crypto API 1.0.0`: https://arm-software.github.io/psa-api/crypto/1.0/IHI0086-PSA_Cryptography_API-1.0.0.pdf
258-
.. _`PSA Certified Crypto API 1.2.1`: https://arm-software.github.io/psa-api/crypto/1.2/
259258
.. _`PSA Certified Crypto API 1.3.1`: https://arm-software.github.io/psa-api/crypto/1.3/
260259
.. _`PSA functions for key management`: https://arm-software.github.io/psa-api/crypto/1.1/api/keys/management.html
261260

0 commit comments

Comments
 (0)