Missing cipher suite

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

Hello Omid,

The cipher suites supported by MbedTLS are listed in ssl_ciphersuites.h. TLS_ECDHE_PSK_WITH_AES_128_GCM_SHA256 is not listed in that file.

Max