Christian Heimes <li...@cheimes.de> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32359>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to