"dcrespo" <[EMAIL PROTECTED]> 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. -- http://mail.python.org/mailman/listinfo/python-list