[issue6273] Add client side certificate support to httplib

2009-06-12 Thread Jesse Noller
Jesse Noller added the comment: I'm going to close this until I come up with a more complete patch, and target it for 2.7. No reason to keep this in the tracker as-is -- resolution: -> invalid status: open -> closed ___ Python tracker

[issue6273] Add client side certificate support to httplib

2009-06-12 Thread Jesse Noller
Jesse Noller added the comment: On Jun 12, 2009, at 5:00 PM, Martin v. Löwis wrote: > > Martin v. Löwis added the comment: > >> The attached patch adds client-side cert support to httplib, as >> well as >> validation. Rather than just commit this, I would like to have >> additional >> r

[issue6273] Add client side certificate support to httplib

2009-06-12 Thread Martin v . Löwis
Martin v. Löwis added the comment: > The attached patch adds client-side cert support to httplib, as well as > validation. Rather than just commit this, I would like to have additional > review. I wouldn't call the feature "client-side cert support" - client certificates are already supported

[issue6273] Add client side certificate support to httplib

2009-06-12 Thread Jesse Noller
Jesse Noller added the comment: And yes, I need to finish the doc patch. -- ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue6273] Add client side certificate support to httplib

2009-06-12 Thread Jesse Noller
New submission from Jesse Noller : The attached patch adds client-side cert support to httplib, as well as validation. Rather than just commit this, I would like to have additional review. Also, ideally this could be added to 2.6 maint (it seems like a pretty big hole) as well as 2.7/3.0. The