Message 283517 - Python tracker

Message283517

Author steve.dower
Recipients christian.heimes, ned.deily, steve.dower
Date 2016-12-17.20:51:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482007874.55.0.280041050367.issue28747@psf.upfronthosting.co.za>
In-reply-to
Content
The current _3.patch builds on default without warning and the tests pass (_2.patch is the one Ned tried).

Any objections to committing this into 3.7?

What about 3.6.1? As an additive and easy to detect API, I think it's suitable, and I will certainly use it (right now my library's setup.py depends on having each libeay.lib from each original CPython build handy to get some of the functions out of it - these files are about 50MB each, so it's a little painful).

If it helps, I'm happy to add a warning to the docs that setting the callback may cause a loss of security if the callback does not properly validate the certificate (or some wording to that effect). Personally I think that's fairly well implied though, as there isn't any other obvious use for the callback.
History
Date User Action Args
2016-12-17 20:51:14steve.dowersetrecipients: + steve.dower, christian.heimes, ned.deily
2016-12-17 20:51:14steve.dowersetmessageid: <1482007874.55.0.280041050367.issue28747@psf.upfronthosting.co.za>
2016-12-17 20:51:14steve.dowerlinkissue28747 messages
2016-12-17 20:51:14steve.dowercreate