最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

tls1.3 - Is TLS1.23 + PSK recommended for future products? - Stack Overflow

programmeradmin6浏览0评论

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:

  1. Connect to cloud and download configurations - mostly
  2. Check and download firmware updates - once a month
  3. Online app based control - rare
  4. 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?

发布评论

评论列表(0)

  1. 暂无评论