-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Integrate mbedTLS library to CHIP #357
Comments
@rwalker-apple , @gerickson , @woody-apple any thoughts on this? |
since we have autoconf, I recommend option 1 |
As a first pass, I'd take the same approach here that we take with OpenSSL, I think. Depending on whether it is required or not, add an If that's insufficient and we find we really need to, we can either make mbedTLS a repo.conf entry, snapping to a particular branch/commit/tag. This means the CHIP package can provide it by "reference" by default, but the system integrator can override it as above. If that's insufficient, we can actually inline a copy. This means the CHIP package can provide it by "value" by default, but the system integrator can override it as above. |
Thanks @rwalker-apple , @gerickson. I'll go with the approach suggested above (option 1, with similar setup as OpenSSL as |
Seems
So |
Problem
CHIP project is lacking an implementation of mbedTLS.
Proposed Solution
There are the following solutions. We need to choose one of them
third_party/mbedTLS
and build it for each platform.The text was updated successfully, but these errors were encountered: