openthread / ot-commissioner

OpenThread Commissioner, a Thread commissioner for joining new Thread devices and managing Thread networks.
https://openthread.io/
BSD 3-Clause "New" or "Revised" License
49 stars 36 forks source link

Support mbedtls version to 3.0.0+ #247

Closed wgtdkp closed 3 months ago

wgtdkp commented 5 months ago

Current ot-commissioner uses mbedtls eversion 2.xx while google platforms may use mbedtls version 3.x. We need to support both version given it's non-trivial efforts to upgrade all mbedtls-dependent components (such as COSE) to use mbedtls 3.x

wgtdkp commented 3 months ago

fulfilled by https://github.com/openthread/ot-commissioner/pull/249