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 alex, christian.heimes, dstufft, janssen, njs
Date 2017-12-18.12:19:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513599594.65.0.213398074469.issue32359@psf.upfronthosting.co.za>
In-reply-to
Content
For certs and keys I have some plans. You might not be able to get hold of the actual private key bits, but it is always possible to get the public bits and key information.

The trust store information is pretty much opaque and often loaded by demand. https://docs.python.org/3/library/ssl.html#ssl.SSLContext.get_ca_certs and https://docs.python.org/3/library/ssl.html#ssl.get_default_verify_paths is pretty much everything I know how to retrieve. If find more stuff, I'm more than happy to expose it.
History
Date User Action Args
2017-12-18 12:19:54christian.heimessetrecipients: + christian.heimes, janssen, alex, njs, dstufft
2017-12-18 12:19:54christian.heimessetmessageid: <1513599594.65.0.213398074469.issue32359@psf.upfronthosting.co.za>
2017-12-18 12:19:54christian.heimeslinkissue32359 messages
2017-12-18 12:19:54christian.heimescreate