-
Notifications
You must be signed in to change notification settings - Fork 636
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nrf noup] net: openthread: fix
otPlatCryptoPbkdf2GenerateKey
imple…
…mentation OpenThread requires `otPlatCryptoPbkdf2GenerateKey` to be implemented by platform if PSA Crypto API is used. For ncs v2.6.0 PSA Crypto API doesn't yet fully support PBKDF2 generation. Because of that, calling `otPlatCryptoPbkdf2GenerateKey` results with `OT_ERROR_NOT_CAPABLE` error. This commit provides a patch that allows a fallback to legacy MbedTLS implementation that follows the one provided by OpenThread. Signed-off-by: Maciej Baczmanski <[email protected]>
- Loading branch information
1 parent
d96769f
commit f47329b
Showing
1 changed file
with
90 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters