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

Enable ECDH_derive_secret for Qorvo when their mbedTLS static libraries are upda... #7956

Closed
todo bot opened this issue Jun 28, 2021 · 0 comments · Fixed by #8155
Closed

Enable ECDH_derive_secret for Qorvo when their mbedTLS static libraries are upda... #7956

todo bot opened this issue Jun 28, 2021 · 0 comments · Fixed by #8155
Assignees
Labels

Comments

@todo
Copy link

todo bot commented Jun 28, 2021

// TODO: Enable ECDH_derive_secret for Qorvo when their mbedTLS static libraries are updated
#if defined(MBEDTLS_ECDH_C) && !defined(QORVO_CRYPTO_ENGINE)
CHIP_ERROR error = CHIP_NO_ERROR;
int result = 0;
size_t secret_length = (out_secret.Length() == 0) ? out_secret.Capacity() : out_secret.Length();


This issue was generated by todo based on a TODO comment in e0a3388 when #7948 was merged. cc @Damian-Nordic.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant