Skip to content

doc: security: move configuring PSA Crypto API #22904

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

greg-fer
Copy link
Contributor

Moved the page about configuring PSA Crypto API
under security/crypto from the nRF Security lib docs. NCSDK-33433 and NCSDK-33436.

@greg-fer greg-fer added DNM CI-disable Disable CI for this PR doc only labels Jun 20, 2025
@github-actions github-actions bot added the doc-required PR must not be merged without tech writer approval. label Jun 20, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Jun 20, 2025

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 6

Inputs:

Sources:

more details

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (0)

Outputs:

Toolchain

Version:
Build docker image:

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain
  • ◻️ Build twister
  • ◻️ Integration tests

Note: This message is automatically posted and updated by the CI

@greg-fer greg-fer force-pushed the doc_move_configuring_oberon_psa_under_security branch 2 times, most recently from a5650ef to 74133e8 Compare June 23, 2025 08:39
Copy link

github-actions bot commented Jun 23, 2025

You can find the documentation preview for this PR here.

Preview links for modified nRF Connect SDK documents:

https://ncsdoc.z6.web.core.windows.net/PR-22904/nrf/app_dev/device_guides/nrf54l/cryptography.html
https://ncsdoc.z6.web.core.windows.net/PR-22904/nrf/libraries/security/nrf_security/doc/configuration.html
https://ncsdoc.z6.web.core.windows.net/PR-22904/nrf/libraries/security/nrf_security/index.html
https://ncsdoc.z6.web.core.windows.net/PR-22904/nrf/protocols/matter/end_product/security.html
https://ncsdoc.z6.web.core.windows.net/PR-22904/nrf/protocols/matter/getting_started/kconfig.html
https://ncsdoc.z6.web.core.windows.net/PR-22904/nrf/protocols/thread/configuring.html
https://ncsdoc.z6.web.core.windows.net/PR-22904/nrf/protocols/thread/overview/ot_memory.html
https://ncsdoc.z6.web.core.windows.net/PR-22904/nrf/protocols/thread/overview/security.html
https://ncsdoc.z6.web.core.windows.net/PR-22904/nrf/releases_and_maturity/releases/release-notes-changelog.html
https://ncsdoc.z6.web.core.windows.net/PR-22904/nrf/samples/crypto.html
https://ncsdoc.z6.web.core.windows.net/PR-22904/nrf/security/crypto/crypto_architecture.html
https://ncsdoc.z6.web.core.windows.net/PR-22904/nrf/security/crypto/driver_config.html
https://ncsdoc.z6.web.core.windows.net/PR-22904/nrf/security/crypto/drivers.html
https://ncsdoc.z6.web.core.windows.net/PR-22904/nrf/security/crypto/index.html
https://ncsdoc.z6.web.core.windows.net/PR-22904/nrf/security/psa_certified_api_overview.html
https://ncsdoc.z6.web.core.windows.net/PR-22904/nrf/security/tfm/tfm_building.html
doc/nrf/samples/crypto.rst

@greg-fer greg-fer force-pushed the doc_move_configuring_oberon_psa_under_security branch from 74133e8 to 150498e Compare June 23, 2025 09:55
@greg-fer greg-fer marked this pull request as ready for review June 23, 2025 09:56
@greg-fer greg-fer requested review from a team and annwoj as code owners June 23, 2025 09:56
@greg-fer greg-fer force-pushed the doc_move_configuring_oberon_psa_under_security branch from 150498e to 574081d Compare June 23, 2025 10:10
Moved the page about configuring PSA Crypto API
under security/crypto from the nRF Security lib docs.
NCSDK-33433 and NCSDK-33436.

Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
@greg-fer greg-fer force-pushed the doc_move_configuring_oberon_psa_under_security branch from 574081d to 752b6b0 Compare June 23, 2025 12:36
@greg-fer greg-fer requested a review from LuDuda June 23, 2025 13:34
Copy link
Contributor

@LuDuda LuDuda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 for Thread part.

By default, the OpenThread stack uses the :ref:`nrf_security` (nrf_security) for cryptographic operations.
The module provides hardware-accelerated cryptographic functionality on selected Nordic Semiconductor SoCs as well as alternate software-based implementations of the Mbed TLS APIs
To use `Mbed TLS`_, modify the :kconfig:option:`OPENTHREAD_MBEDTLS_CHOICE` Kconfig option.
By default, the OpenThread stack uses the Mbed TLS protocol for X.509 certificate manipulation and the SSL protocols.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
By default, the OpenThread stack uses the Mbed TLS protocol for X.509 certificate manipulation and the SSL protocols.
By default, the OpenThread stack uses the Mbed TLS library for X.509 certificate manipulation and the SSL protocols.


For more information about the configuration and usage of the :ref:`nrf_security`, see the :ref:`nrf_security_config` page.
To use `Mbed TLS`_ protocol features, modify the :kconfig:option:`OPENTHREAD_MBEDTLS_CHOICE` Kconfig option.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe some extra statement that this is not recommended nor tested? :) This option theoretically exists, but we do not recommend it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI-disable Disable CI for this PR DNM doc only doc-required PR must not be merged without tech writer approval.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants