Cobalt747 0 Posted April 15, 2019 Hello! Does anybody know any libs to make http request with tls-srp? Share this post Link to post
Angus Robertson 574 Posted April 15, 2019 47 minutes ago, Cobalt747 said: Hello! Does anybody know any libs to make http request with tls-srp? The latest OpenSSL still lists several SRP ciphers, but they are shown as only supporting SHA1 and SSLv3, neither of which are allowed any longer with TLS, so no idea if they still work. You would need a custom OpenSSL implementation to allow the session password to be specified somewhere, SRP is rarely used. Angus Share this post Link to post
Guest Posted April 15, 2019 custom OpenSSL implementation = StreamSec Tools. Ask the vendor, http://www.streamsec.com/ HTH, /D Share this post Link to post