[Twisted-Python] Checking in SSL support

Itamar twisted at itamarst.org
Fri Aug 10 14:40:19 EDT 2001


Ok, I have basic working SSL support. I also made an echoserv-ssl.py so 
I could test the code. I can telnet-ssl in and get data echoed back.

May I checkin the following?
1) twisted.internet.ssl
2) docs/examples/echoserv-ssl.py
3) docs/examples/server.pem (a SSL ceritificate so echoserv-ssl can run).

SSL contexts are created per socket and not stored in the 
ssl.Port/ssl.Client instances, since they are not picklable.






More information about the Twisted-Python mailing list