[issue19500] ftplib: Add client-side SSL session resumption

2020-09-23 Thread Lars Schellhas
Lars Schellhas added the comment: @Christian Heimes, you are absolutely right. I'm sorry if I came off rude. Actually, I just had a rough day at work with the end of it being the realisation that this missing fix would solve my day-filling issue from today. Furthermore, I've actually return

[issue19500] ftplib: Add client-side SSL session resumption

2020-09-23 Thread Christian Heimes
Christian Heimes added the comment: I have provided necessary infrastructure for TLS 1.2 session resumption in the ssl module a couple of releases ago. But nobody has taken ownership of this ftplib issue and provided a full fix with regression tests and documentation update. If you like to

[issue19500] ftplib: Add client-side SSL session resumption

2020-09-23 Thread Stephen Ash
Change by Stephen Ash : -- nosy: -Stephen Ash ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue19500] ftplib: Add client-side SSL session resumption

2020-09-23 Thread Lars Schellhas
Lars Schellhas added the comment: Excuse me, but why is this issue still open and unfixed? There are already proposed fixes and this issue has been around for nearly 7 years now. Filezilla has forwarded the responsibility to us for this issue (https://trac.filezilla-project.org/ticket/10700)

[issue19500] ftplib: Add client-side SSL session resumption

2020-05-26 Thread Florian Wickert
Florian Wickert added the comment: Using vsftpd 3.0.3 with ssl_enable=YES and require_ssl_reuse=YES I get the following error when I try to upload a file with conn.storbinary(): FTP command: Client "192.168.178.115", "STOR something.bin" FTP response: Client "192.168.178.115", "150 Ok to send

[issue19500] ftplib: Add client-side SSL session resumption

2018-02-26 Thread Christian Heimes
Christian Heimes added the comment: It's now an ftplib issue. It's too late to land a new feature in 3.7 because we have reached feature freeze. -- assignee: christian.heimes -> components: -Documentation, SSL priority: high -> low title: Add client-side SSL session resumption -> ft