Hello,
I’m currenty using mbedTLS V2.16 and need to add the cipher suite TLS_ECDHE_PSK_WITH_AES_128_GCM_SHA256 (0xD0, 0x01) to my project. It seems however that this cipher suite is not supported by mbedTLS V2.16.
Is this cipher suite supported by any other versions of the mbedTLS?
Thank you