noxxi / p5-io-socket-ssl

IO::Socket::SSL Perl Module
36 stars 59 forks source link

TLS-SRP (client) support #104

Closed SoniEx2 closed 3 years ago

SoniEx2 commented 3 years ago

Hello!

Would it be possible to have TLS-SRP support, as a client?

Thanks.

noxxi commented 3 years ago

IO::Socket::SSL is a Perl layer on top of Net::SSLeay, which provides the interface to the OpenSSL API. There is currently no support for any SRP related API in Net::SSLeay, so there is nothing SRP support in IO::Socket::SSL could be based on. This means that currently this functionality will not be implemented.