Skip to content

Commit a45a698

Browse files
greg-fernordicjm
authored andcommitted
doc: security: update for v3.2.0
Updated security component versions for v3.2.0. Updated other security pages with information for v3.2.0. Signed-off-by: Grzegorz Ferenc <[email protected]>
1 parent 576c54a commit a45a698

File tree

7 files changed

+114
-102
lines changed

7 files changed

+114
-102
lines changed

doc/_zoomin/ncs.tags.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,9 @@ mapping_topics:
282282
"thingy91", "thingy91x", "thingy53", "kconfig"]
283283
- nrf/security/ap_protect.html: ["nrf91-series", "nrf54-series", "nrf53-series",
284284
"nrf52-series", "nrf9160", "nrf9161", "nrf9151", "nrf9131",
285-
"nrf54h20", "nrf54l15", "nrf5340", "nrf52840", "nrf52833",
286-
"nrf52832", "nrf52820", "nrf52811", "nrf52810", "nrf52805",
287-
"kconfig"]
285+
"nrf54h20", "nrf54l15", "nrf54lm20a", "nrf54lv10a", "nrf5340",
286+
"nrf52840", "nrf52833", "nrf52832", "nrf52820", "nrf52811",
287+
"nrf52810", "nrf52805", "kconfig"]
288288
- nrf/security/secure_storage.html: ["nrf91-series", "nrf54-series", "nrf53-series",
289289
"nrf52-series", "nrf9160", "nrf9161", "nrf9151", "nrf9131",
290290
"nrf54l15", "nrf54l10", "nrf54lm20a", "nrf54lv10a",

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ For each key type, the table lists the supported algorithms and indicates which
287287
- No
288288
- Yes
289289
- Yes
290-
* - ECC secp256r1 key pair (ECDSA and ECDH usage) [4]_
290+
* - ECC secp256r1 key pair (ECDSA and ECDH usage)
291291
- | ``key_type``: ``PSA_KEY_TYPE_ECC_KEY_PAIR(PSA_ECC_FAMILY_SECP_R1)``
292292
|
293293
| ``key_bits``: 256
@@ -346,7 +346,6 @@ For each key type, the table lists the supported algorithms and indicates which
346346
.. [1] Store each key with only one algorithm to follow PSA Crypto best practices.
347347
.. [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.
348348
.. [3] 192-bit key size is not supported on nRF54LM20A.
349-
.. [4] ECDH not supported for key derivation.
350349
351350
.. _ug_nrf54l_crypto_kmu_storing_keys:
352351

doc/nrf/links.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,12 +276,11 @@
276276
.. _`Key identifiers`: https://arm-software.github.io/psa-api/crypto/1.1/api/keys/ids.html#key-identifiers
277277
.. _`Key management functions`: https://arm-software.github.io/psa-api/crypto/1.1/api/keys/management.html
278278
.. _`Keystore interface`: https://arm-software.github.io/psa-api/crypto/1.1/overview/goals.html#a-keystore-interface
279-
.. _`PSA Cryptography API 1.0.1`: https://armmbed.github.io/mbed-crypto/1.0.1/html/index.html
280-
.. _`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
281-
.. _`PSA Certified Crypto API 1.3.1`: https://arm-software.github.io/psa-api/crypto/1.3/
282279
.. _`PSA functions for key management`: https://arm-software.github.io/psa-api/crypto/1.1/api/keys/management.html
283280
.. _`PSA_KEY_USAGE_EXPORT policy`: https://arm-software.github.io/psa-api/crypto/1.3/api/keys/policy.html#c.PSA_KEY_USAGE_EXPORT
284281

282+
.. _`PSA Certified Crypto API 1.3.1`: https://arm-software.github.io/psa-api/crypto/1.3/
283+
285284
.. _`PSA Certified Secure Storage API`: https://arm-software.github.io/psa-api/storage/
286285
.. _`PSA Certified Secure Storage API 1.0`: https://arm-software.github.io/psa-api/storage/1.0/
287286

@@ -956,6 +955,8 @@
956955
.. _`AP-Protect for nRF9151`: https://docs.nordicsemi.com/bundle/ps_nrf9151/page/dif.html#ariaid-title3
957956
.. _`AP-Protect for nRF9161`: https://docs.nordicsemi.com/bundle/ps_nrf9161/page/dif.html#ariaid-title3
958957
.. _`Debugger access protection for nRF9160`: https://docs.nordicsemi.com/bundle/ps_nrf9160/page/dif.html#ariaid-title2
958+
.. _`AP-Protect for nRF54LV10A`: https://docs.nordicsemi.com/bundle/ps_nrf54LV10A/page/ctrl-ap.html
959+
.. _`AP-Protect for nRF54LM20A`: https://docs.nordicsemi.com/bundle/ps_nrf54LM20A/page/ctrl-ap.html
959960
.. _`AP-Protect for nRF54L15`: https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/ctrl-ap.html
960961
.. _`AP-Protect for nRF5340`: https://docs.nordicsemi.com/bundle/ps_nrf5340/page/debugandtrace.html#ariaid-title9
961962
.. _`AP-Protect for nRF52840`:

doc/nrf/security.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ The |NCS| |release| allows you to develop applications with the following versio
2020
- IronSide Secure Element version
2121
- Mbed TLS version
2222
* - |release|
23-
- v2.1.2
23+
- v2.2.0
2424
- v23.0.2+17
25-
- 3.6.4
25+
- 3.6.5
2626

2727
.. security_components_ver_table_end
2828
@@ -49,7 +49,11 @@ Expand the following section to see the table listing versions of different secu
4949
* - Upcoming release (currently on the ``main`` branch of `sdk-nrf`_)
5050
- v2.2.0
5151
- v23.0.2+17
52-
- 3.6.4
52+
- 3.6.5
53+
* - v3.2.0
54+
- v2.2.0
55+
- v23.0.2+17
56+
- 3.6.5
5357
* - v3.1.0, v3.1.1
5458
- v2.1.2
5559
- v20.0.0+1

doc/nrf/security/ap_protect.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,16 @@ See the related hardware documentation for more information about which implemen
9090
- n/a
9191
- n/a
9292
- See :ref:`UICR.APPROTECT <ug_nrf54h20_ironside_se_uicr_approtect>`.
93+
* - nRF54LV10A
94+
- n/a
95+
- ✔
96+
- `AP-Protect for nRF54LV10A`_
97+
- Also :ref:`supports Secure AP-Protect <secure_approtect_support>`
98+
* - nRF54LM20A
99+
- n/a
100+
- ✔
101+
- `AP-Protect for nRF54LM20A`_
102+
- Also :ref:`supports Secure AP-Protect <secure_approtect_support>`
93103
* - nRF54L15
94104
- n/a
95105
- ✔

0 commit comments

Comments
 (0)