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 pitrou
Recipients Arfrever, christian.heimes, pitrou
Date 2013-12-17.10:48:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387277298.88.0.881484288286.issue20000@psf.upfronthosting.co.za>
In-reply-to
Content
> get_ca_certs() doesn't return the cert although it is used to
> successfully validate a remote cert.

Interesting. Is it because of the way you implemented get_ca_certs()?

> I propose to modify and rename the function and to add a "check_ca" to
> the dict that is returned by getpeercert().

Can you explain? What does "check_ca" mean?
History
Date User Action Args
2013-12-17 10:48:18pitrousetrecipients: + pitrou, christian.heimes, Arfrever
2013-12-17 10:48:18pitrousetmessageid: <1387277298.88.0.881484288286.issue20000@psf.upfronthosting.co.za>
2013-12-17 10:48:18pitroulinkissue20000 messages
2013-12-17 10:48:17pitroucreate