-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
base: main
Are you sure you want to change the base?
doc: security: move configuring PSA Crypto API #22904
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:more detailsGithub labels
List of changed files detected by CI (0)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
a5650ef
to
74133e8
Compare
74133e8
to
150498e
Compare
150498e
to
574081d
Compare
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>
574081d
to
752b6b0
Compare
There was a problem hiding this 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
There was a problem hiding this comment.
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.
Moved the page about configuring PSA Crypto API
under security/crypto from the nRF Security lib docs. NCSDK-33433 and NCSDK-33436.