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 christian.heimes
Recipients alex, christian.heimes, dstufft, giampaolo.rodola, janssen
Date 2016-09-08.15:19:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473347942.69.0.310193437319.issue28022@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-09-08 15:19:02christian.heimessetrecipients: + christian.heimes, janssen, giampaolo.rodola, alex, dstufft
2016-09-08 15:19:02christian.heimessetmessageid: <1473347942.69.0.310193437319.issue28022@psf.upfronthosting.co.za>
2016-09-08 15:19:02christian.heimeslinkissue28022 messages
2016-09-08 15:19:02christian.heimescreate