[issue25529] Provide access to the validated certificate chain in ssl module

2016-06-11 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Add support for retrieving the certificate chain ___ Python tracker

[issue25529] Provide access to the validated certificate chain in ssl module

2015-12-06 Thread R. David Murray
R. David Murray added the comment: If there's no reply, that would be a no :) So, pinging the issue after a month as you just did is appropriate, let's see if one of the openssl experts replies. On the other hand, how is this different from issue 24107, where Crys did reply? -- nosy:

[issue25529] Provide access to the validated certificate chain in ssl module

2015-12-05 Thread rugk
rugk added the comment: Oops, forgot a word: *"seems to have until now" to "seems to have replied until now" -- ___ Python tracker ___

[issue25529] Provide access to the validated certificate chain in ssl module

2015-12-05 Thread rugk
rugk added the comment: Very nice idea. But no developer/maintainer seems to have until now, so I'll just like to ask whether there are any news regarding this issue. -- nosy: +rugk ___ Python tracker

[issue25529] Provide access to the validated certificate chain in ssl module

2015-11-01 Thread Christian Heimes
Changes by Christian Heimes : -- nosy: +alex, christian.heimes, dstufft, giampaolo.rodola, janssen, pitrou ___ Python tracker ___

[issue25529] Provide access to the validated certificate chain in ssl module

2015-11-01 Thread Cory Benfield
New submission from Cory Benfield: I’m currently working on adding support for HPKP to the Requests and urllib3 modules. HPKP (HTTP Public Key Pinning), specified in RFC 7469, is an extension to HTTP that allows a web server to specify a whitelist of public keys that are valid for TLS