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
nrf_security: doc: Remove reference to builtin Mbed TLS fall-back
-We now have functional support for all algorithm types using the
Oberon PSA core and supported PSA Crypto drivers, so it is no longer
necessary to point to builtin Mbed TLS as a fall-back.
ref: NCSDK-19412
Signed-off-by: Frank Audun Kvamtrø <[email protected]>
Copy file name to clipboardExpand all lines: nrf_security/doc/driver_config.rst
-13Lines changed: 0 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,6 @@ If multiple drivers are enabled, the first ordered item in this table takes prec
30
30
31
31
Enabling or disabling PSA driver specific configurations controls the support for a given algorithm, per driver.
32
32
33
-
If a specific cryptographic feature is not supported by a PSA driver but the algorithm is configured to be used, then :ref:`nrf_security_drivers_builtin` will be enabled to ensure the feature is available.
34
-
35
33
36
34
AES cipher configurations
37
35
*************************
@@ -81,7 +79,6 @@ You can use the following Kconfig options for fine-grained control over which dr
0 commit comments