I want to develop Java client which can communicate with TLS-SRP server implemented in C and GnuTLS. I fond that JSSE does not support TLS-SRP and Bouncy Castle has too little documentation which can be useful. Is there any information how I can develop java client with TLS-SRP?
Best wishes