Skip to content

Commit 6544adf

Browse files
degjorvarlubos
authored andcommitted
doc: nrf_security: Adding HKDF-extract and HKDF-Expand to supported
HKDF-Extract and HKDF-Expand support have been added to cracen Updating docs to match Signed-off-by: Dag Erik Gjørvad <[email protected]>
1 parent 7b49c65 commit 6544adf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/nrf/libraries/security/nrf_security/doc/driver_config.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,9 @@ The following table shows key derivation function (KDF) support for each driver:
240240
+==============================+==========================+============================+===========================+
241241
| HKDF | Not supported | Supported | Supported |
242242
+------------------------------+--------------------------+----------------------------+---------------------------+
243-
| HKDF-Extract | Not supported | Supported | Not Supported |
243+
| HKDF-Extract | Not supported | Supported | Supported |
244244
+------------------------------+--------------------------+----------------------------+---------------------------+
245-
| HKDF-Expand | Not supported | Supported | Not Supported |
245+
| HKDF-Expand | Not supported | Supported | Supported |
246246
+------------------------------+--------------------------+----------------------------+---------------------------+
247247
| PBKDF2-HMAC | Not supported | Supported | Supported |
248248
+------------------------------+--------------------------+----------------------------+---------------------------+

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Developing with PMICs
9393
Security
9494
========
9595

96-
|no_changes_yet_note|
96+
* Added support for HKDF-Expand and HKDF-Extract in CRACEN.
9797

9898
Protocols
9999
=========

0 commit comments

Comments
 (0)