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 christian.heimes
Recipients christian.heimes
Date 2013-06-16.20:39:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371415195.44.0.636993698614.issue18233@psf.upfronthosting.co.za>
In-reply-to
Content
The patch implements a method getpeercertchain() on a SSLSocket. It returns the peer's certificate chain from the leaf cert to the root cert if available. It wraps SSL_get_peer_cert_chain().

SSL_get_peer_cert_chain() doesn't have to pull any additional data from the peer. The information is already exchanged for cert validation.
History
Date User Action Args
2013-06-16 20:39:55christian.heimessetrecipients: + christian.heimes
2013-06-16 20:39:55christian.heimessetmessageid: <1371415195.44.0.636993698614.issue18233@psf.upfronthosting.co.za>
2013-06-16 20:39:55christian.heimeslinkissue18233 messages
2013-06-16 20:39:55christian.heimescreate