Using SRP on TCPServer module

Paul Rubin http
Fri Oct 14 12:09:16 EDT 2005


"dcrespo" <dcrespo at gmail.com> writes:
> Now that you know what I have, I would like to add SRP functionality to
> the validation of each new connection.
> What I need to add to my code to get SRP to work? I don't know where to
> start. The docs are poor.

I don't know of a Python SRP module that only does SRP.  I've been
thinking of writing one.

TLSLite (http://trevp.net/tlslite) implements SRP as an extension to
TLS.  Maybe it's what you should be using instead of just sending
cleartext through TCPServer.  Connecting up TLSLite to TCPServer is
pretty straightforward and I think there's an example in the TLSLite docs.



More information about the Python-list mailing list