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
@@ -815,6 +815,13 @@ Gazell libraries
815
815
816
816
|no_changes_yet_note|
817
817
818
+
Security libraries
819
+
------------------
820
+
821
+
* :ref:`nrf_security` library:
822
+
823
+
* 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