3

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

Peter Penzov
  • 1,126
  • 134
  • 430
  • 808

1 Answers1

3

I recently got interested in utilizing SRP as well. I haven't started working on it "yet," but Nimbus SRP looks promising, and the Stanford Page on SRP had some good resources.

Mike
  • 1,968
  • 18
  • 35