Message 82625 - Python tracker (original) (raw)

Message82625

Author giampaolo.rodola
Recipients giampaolo.rodola, gregory.p.smith, iElectric, janssen, jeffo, lszyba1, pitrou, roberte, twhitema
Date 2009-02-23.12:57:04
SpamBayes Score 2.9327217e-05
Marked as misclassified No
Message-id 1235393829.9.0.487651262149.issue2054@psf.upfronthosting.co.za
In-reply-to
Content
After Bill added SSL's unwrap() method I modified my previous patch so that it shutdown the SSL layer before closing the data connection. I successfully tested it against proftpd, vsftpd and pyftpdlib TLS server [1]. If some python developer could give me an ok on the patch I could start writing tests and documentation. [1] http://code.google.com/p/pyftpdlib/source/browse/trunk/demo/tls_ftpd.py
History
Date User Action Args
2009-02-23 12:57:10 giampaolo.rodola set recipients: + giampaolo.rodola, gregory.p.smith, janssen, pitrou, roberte, iElectric, lszyba1, twhitema, jeffo
2009-02-23 12:57:09 giampaolo.rodola set messageid: 1235393829.9.0.487651262149.issue2054@psf.upfronthosting.co.za
2009-02-23 12:57:08 giampaolo.rodola link issue2054 messages
2009-02-23 12:57:07 giampaolo.rodola create