Re: [Python-Dev] RFE 20469: ssl.getpeercert() should include extensions

2014-03-25 Thread Christian Heimes
On 24.03.2014 23:51, Andrew M. Hettinger wrote:
 I thought I'd wait until the 3.4 release before I bothered asking about
 this: http://bugs.python.org/issue20469
 
 I don't think I'm qualified to actually be writing code for the ssl
 module, but is there anything else that I can do to help?
 
 I could probably put together a demonstration-case if that would be
 helpful.

I already have some code for the task. It wasn't ready for 3.4 but I'm
going to add it to 3.5. I'm planing to include a X.509 type in order to
wrap X.509 certificates.

___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] RFE 20469: ssl.getpeercert() should include extensions

2014-03-24 Thread Andrew M. Hettinger

I thought I'd wait until the 3.4 release before I bothered asking about
this: http://bugs.python.org/issue20469

I don't think I'm qualified to actually be writing code for the ssl module,
but is there anything else that I can do to help?

I could probably put together a demonstration-case if that would be
helpful.___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] RFE 20469: ssl.getpeercert() should include extensions

2014-03-24 Thread Terry Reedy

On 3/24/2014 6:51 PM, Andrew M. Hettinger wrote:

I thought I'd wait until the 3.4 release before I bothered asking about
this: http://bugs.python.org/issue20469

I don't think I'm qualified to actually be writing code for the ssl
module, but is there anything else that I can do to help?

I could probably put together a demonstration-case if that would be
helpful.


Yes. Comment on issue. 'test needed' is intentionally listed as the 
first stage.


--
Terry Jan Reedy

___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com