I found some info for you and Jason on this Subject. http://home.o2w.net/~ivo/wiki/moin.cgi/PythonGnutls About: python-gnutls offers a set of classes and utility functions to use the GNU TLS library in your Python code. It contains two classes, one for client connections, and one for servers. With these two classes, you can quickly implement a secure socket connection from your Python scripts.
Changes: A server class has been added, as well as a few extra methods to control some of the TLS protocol parameters (such as ciphers and compression methods). The handshake is also no longer done implicitly in the constructor. ----- Original Message ----- From: "Jim Ramsay" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 31, 2003 10:58 AM Subject: Re: TLS > John Johnson wrote: > > Ls there a chance of getting tls stupport for tmda-ofmipd? I think it would > > be nice > > because there are some people out there that use tls and well to use > > tmda-ofmipd > > for out bound smtp you lose that. > > > > Patches gratefully accepted :) > > Actually I think the real issue is that there is not a good > implementation of a secure TLS/SSL server in python. Yet. > > -- > Jim Ramsay > > _____________________________________________ > tmda-users mailing list ([EMAIL PROTECTED]) > http://tmda.net/lists/listinfo/tmda-users > _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
