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 daniel-black
Recipients daniel-black, grooverdan, jcea, pitrou
Date 2012-09-14.13:16:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347628585.92.0.152329641116.issue8109@psf.upfronthosting.co.za>
In-reply-to
Content
> Daniel, your patch looks quite interesting. Please, send a contributor agreement to the PSF: http://www.python.org/psf/contrib/contrib-form-python/ . Let me know when you status have changed.

Already done. Has been accepted and I've got an acknowledgement email.

> Why are you changing "Lib/test/keycert2.pem"?
I was mistakely assuming that this was the only test that used it. Fixed now. Also added a CA key and server for validating key chains. I didn't end up using it however thought it would be handy.

> Please, provide also a documentation patch.

Done. Also improved error checking and reference counting.

> This is a feature enhancement. Would be applied to 3.4, it is too late for 3.3 :-(. Too bad! :(

Was expected. Its been 2.5 years since the bug opened. A little more won't hurt.

I've also changed SSLSocket.context to be a property. Its not quite working. The current test case as is working however using an assignment as per line 1958 of Lib/test/test_ssl.py.
History
Date User Action Args
2012-09-14 13:16:27daniel-blacksetrecipients: + daniel-black, jcea, pitrou, grooverdan
2012-09-14 13:16:25daniel-blacksetmessageid: <1347628585.92.0.152329641116.issue8109@psf.upfronthosting.co.za>
2012-09-14 13:16:25daniel-blacklinkissue8109 messages
2012-09-14 13:16:22daniel-blackcreate