This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients giampaolo.rodola, janssen, pitrou
Date 2010-05-24.18:56:23
SpamBayes Score 0.00085290126
Marked as misclassified No
Message-id <1274727379.3200.5.camel@localhost.localdomain>
In-reply-to <1274726906.11.0.0574287272309.issue8806@psf.upfronthosting.co.za>
Content
> My proposal: 
> 
> - the user should still be able to use keyfile and certfile if desired, they're quicker to use and backward compatibility must be maintained.
> 
> - SSL context can be provided by passing a new "context" argument to the constructor.
> 
> - if context arg is passed FTP_TLS.ssl_version should be ignored and SSLContext.protocol used instead
> 
> - keyfile/certfile and context arguments should be mutually exclusive (ValueError)
> 
> 
> Makes sense?

Entirely sense to me :)
History
Date User Action Args
2010-05-24 18:56:25pitrousetrecipients: + pitrou, janssen, giampaolo.rodola
2010-05-24 18:56:23pitroulinkissue8806 messages
2010-05-24 18:56:23pitroucreate