mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-08-03 20:14:15 +02:00
7d8e59de00
Digital Signature enables hardware accelerated RSA signature for TLS handshake.The RSA private key(client key) is also stored in encrypted format and ecryption key is stored in hardware(efuse) which adds additional level of security for mutual authentication. * Digital Signature is only supported for ESP32-S2. Applicable IDF version >= v4.3