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
The Original Mbed TLS backend is no longer available as a configuration option, and is only used if any of the enabled backends does not support a specific cryptographic algorithm or feature.
42
+
The original Mbed TLS backend is no longer available as a configuration option, and is only used if any of the enabled backends do not support a specific cryptographic algorithm or feature.
43
+
The original Mbed TLS backend can only be used with the :kconfig:option:`CONFIG_PSA_CORE_BUILTIN` Kconfig option selected.
Copy file name to clipboardExpand all lines: nrf_security/doc/configuration.rst
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,26 @@ Configuration
7
7
:local:
8
8
:depth: 2
9
9
10
-
You can enable the Nordic Security Module using `PSA driver support`_ or with `Legacy crypto support`_.
10
+
You can enable the Nordic Security Module using `PSA crypto support`_ or `Legacy crypto support`_.
11
11
12
-
PSA driver support
12
+
PSA crypto support
13
13
******************
14
14
15
-
To enable Nordic Security Module with the PSA driver support, set the :kconfig:option:`CONFIG_NRF_SECURITY` Kconfig option along with additional configuration options, as described in :ref:`nrf_security_driver_config`.
15
+
To enable the Nordic Security Module with PSA crypto support, set the :kconfig:option:`CONFIG_NRF_SECURITY` Kconfig option along with additional configuration options, as described in :ref:`nrf_security_driver_config`.
16
16
17
-
The PSA driver support requires using PSA Crypto APIs.
17
+
PSA crypto support is provided through PSA Crypto APIs and is implemented by PSA core.
18
+
PSA core uses PSA drivers to implement the cryptographic features either in software, or using hardware accelerators.
19
+
20
+
Starting from |NCS| v2.4.0, the Mbed TLS PSA core is deprecated and replaced with nrf_oberon PSA core.
21
+
The nrf_oberon PSA core code is an optimized and efficient implementation of PSA core licensed for use on Nordic Semiconductor devices.
0 commit comments