You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #6642 - "Device key implementation" made modifications to Mbed TLS configuration files (such as features/mbedtls/inc/mbedtls/config.h) but those modifications have not been upstreamed to the Mbed TLS repository, meaning when we import the next release of Mbed TLS, those changes will be lost.
This needs immediate correction to ensure the changes aren't lost with the next Mbed TLS release.
This issue was resolved by PR #7144 'Add configuration options to enable CMAC in mbedtls by default' and PR #7135 'Update Mbed TLS to version 2.10.0'. I think it can now be closed.
@yossi2le - Changes to Mbed TLS should be upstreamed to Mbed TLS. However, the DeviceKey change didn't need to do that, just change the import script, which is what #7144 does.
Description
PR #6642 - "Device key implementation" made modifications to Mbed TLS configuration files (such as
features/mbedtls/inc/mbedtls/config.h
) but those modifications have not been upstreamed to the Mbed TLS repository, meaning when we import the next release of Mbed TLS, those changes will be lost.This needs immediate correction to ensure the changes aren't lost with the next Mbed TLS release.
Issue request type
[ ] Question
[ ] Enhancement
[X ] Bug
cc: @k-stachowiak
The text was updated successfully, but these errors were encountered: