Issue 10853: SSL/TLS sni use in smtp,pop,imap,nntp,ftp client libs by default (original) (raw)

Created on 2011-01-07 04:44 by grooverdan, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
sni-pop-smtp-imap-nntp.patch grooverdan,2011-01-07 04:44 sni for other ssl capable libraries
Messages (2)
msg125622 - (view) Author: Daniel Black (grooverdan) * Date: 2011-01-07 04:44
Like r85793, sni is enabled by default for url and https classes. This continues the consistency throughout the python libraries by adding it to other places where wrap_socket is used to instigate a SSL/TLS connection.
msg125646 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2011-01-07 13:47
Duplicate posting of #10852.
History
Date User Action Args
2022-04-11 14:57:11 admin set github: 55062
2011-01-07 13:47:14 pitrou set status: open -> closedsuperseder: SSL/TLS sni use in smtp,pop,imap,nntp,ftp client libs by defaultresolution: duplicatemessages: +
2011-01-07 04:44:04 grooverdan create