Message 312245 - Python tracker

Message312245

Author christian.heimes
Recipients alex, christian.heimes, dstufft, janssen, sruester
Date 2018-02-16.17:26:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518802019.84.0.467229070634.issue32858@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks!

I rejected your initial PR. In the past we added some cruft or badly designed features to the SSL module. I'm in the process of cleaning the module up. Any new feature or revised method should be designed carefully and added to PEP 543. The PEP defines a general TLS API that is less OpenSSL centric.

The ssl module is and will stay a thin wrapper around OpenSSL. But we are trying to implement new features in a general, abstract way that work with other TLS implementations like SecureTransport, SChannel, or NSS.
History
Date User Action Args
2018-02-16 17:26:59christian.heimessetrecipients: + christian.heimes, janssen, alex, dstufft, sruester
2018-02-16 17:26:59christian.heimessetmessageid: <1518802019.84.0.467229070634.issue32858@psf.upfronthosting.co.za>
2018-02-16 17:26:59christian.heimeslinkissue32858 messages
2018-02-16 17:26:59christian.heimescreate