Obtaining SSL certificate info from SSL object - BUG?

Paul Rubin http
Tue Oct 24 00:14:54 EDT 2006


John Nagle <nagle at animats.com> writes:
> Is there a workaround for this?  Without rebuilding Python
> and becoming incompatible?

I've parsed certs by calling openssl in a subprocess.  Maybe that's
not what you wanted to hear.  If you're really industrious you might
be able to extend the tlslite cert parsing code (written in pure
Python) to get those fields out.



More information about the Python-list mailing list