TLS-SRP Support

For an Open Source project we started using Mbed-TLS to do AES encryption and, in a future version, will use Mbed-TLS for DTLS.
Part of the protocol we support requires TLS-SRP (either via DTLS or via EAP), I’m unable to find anything relating to TLS-SRP support.

Does Mbed-TLS support TLS-SRP currently? And if not is there intention to add it in a future release?

Hi there,

I have raised the same question to STM community today and I am in the same situation as you are. I am working on an embedded device that may not always be used in an environment that is allowed access to the outside world. The TLS approach is good enough to offer the customers an encrypted logging in system but the browsers cannot verify the certificates.

First of all is there a way around that to overcome this restrictions?
Secondly is it possible to use the TLS_SRP extension to stop getting the certificates authenticated from an external server?

Many thanks if anyone can answer these questions please?