admin管理员组文章数量:1400533
I have build multiple embedded devices with TLS1.2/3 + PSK using mbedtls and wolfssl libraries.
My products have been with microcontrollers(ESP32, Silicon labs, etc.) and OpenWRT based Linux products. The devices mainly establish a session and using the session would use MQTT or proprietary protocols to communicate with the cloud.
The connectivity goals of most of these products are:
- Connect to cloud and download configurations - mostly
- Check and download firmware updates - once a month
- Online app based control - rare
- Upload diagnostic data - Most frequently used
Lately I have been going through next release tickets for mbedtls and happen to stumble upon a ticket which plans to remove DHE-PSK
I understand the goal of the ticket is to remove Cipher suites with DHE and not ECDHE
As part of my update process in future designs, I would like to educate myself, if TSL with PSK would be a recommend Cipher suites for embedded devices.
Could someone please point out which direction should be considered?
本文标签: tls13Is TLS123PSK recommended for future productsStack Overflow
版权声明:本文标题:tls1.3 - Is TLS1.23 + PSK recommended for future products? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744254036a2597389.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论