Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[openthread] revert to 5cab15840df7dddd9d2578106bde3067ad45bbae #748

Merged

Conversation

lmnotran
Copy link
Contributor

@lmnotran lmnotran commented Dec 8, 2023

GSDK 4.3.2 does not support PBKDF2 key generation using PSA, which is causing problems when running the pskc -p CLI command.

> pskc -p 466D5A00000000000000000000000001
Error 27: NotCapable
>

This commit reverts the openthread submodule to before openthread/openthread#9655

GSDK 4.4.0 will be released soon, which will have support for PBKDF2 key generation using PSA. After ot-efr32 is updated to use GSDK 4.4.0, we will be able to resume regular updates to the openthread submodule

@jwhui Can you disable dependabot updates in the meantime?

GSDK 4.3.2 does not support PBKDF2 key generation using PSA, which
is causing problems when running the `pskc -p` CLI command.

```
> pskc -p 466D5A00000000000000000000000001
Error 27: NotCapable
>
```

This commit reverts the `openthread` submodule to before openthread/openthread#9655
Copy link
Contributor

@romacdon romacdon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hemanth-silabs
Copy link
Contributor

LGTM 👍

@lmnotran lmnotran requested a review from jwhui December 8, 2023 17:43
@lmnotran
Copy link
Contributor Author

@jwhui could you review this when you get a chance, please?

@jwhui jwhui merged commit d4b4dab into openthread:main Dec 11, 2023
8 checks passed
@jwhui
Copy link
Member

jwhui commented Dec 11, 2023

@jwhui Can you disable dependabot updates in the meantime?

I plan to leave dependabot on for now, just so that we can continue to get build checks against ot-efr32. I won't merge them until you say to resume merging.

@lmnotran
Copy link
Contributor Author

Sounds good. Thanks @jwhui !

@lmnotran lmnotran deleted the bugfix/reset-openthread-to-older-commit branch December 12, 2023 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants