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
Add a changelog entry to make it visible that the ciphers
OFB and CFB from PSA are no longer supported.
Signed-off-by: Georgios Vasilakis <[email protected]>
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -820,6 +820,13 @@ Gazell libraries
820
820
821
821
|no_changes_yet_note|
822
822
823
+
Security libraries
824
+
------------------
825
+
826
+
* :ref:`nrf_security` library:
827
+
828
+
* Removed the Kconfig options ``CONFIG_PSA_WANT_ALG_CFB`` and ``CONFIG_PSA_WANT_ALG_OFB`` since the Cipher Feedback (CFB) mode and the Output Feedback (OFB) mode are not tested in the test framework.
0 commit comments