Message275043
I like to deprecate some SSL related parts of Python:
- ssl.wrap_socket() is a horrible abomination. People should use SSLContext.wrap_socket() instead
- all certfile/cert_file, keyfile/key_file and check_hostname arguments. Use context / ssl_context instead.
- make ftplib, imaplib, nntplib, pop3lib, smtplib etc. validate certs by default. |
|
| Date |
User |
Action |
Args |
| 2016-09-08 15:19:02 | christian.heimes | set | recipients:
+ christian.heimes, janssen, giampaolo.rodola, alex, dstufft |
| 2016-09-08 15:19:02 | christian.heimes | set | messageid: <[email protected]> |
| 2016-09-08 15:19:02 | christian.heimes | link | issue28022 messages |
| 2016-09-08 15:19:02 | christian.heimes | create | |
|