[Python-Dev] frozenset C API?

Bill Janssen janssen at parc.com
Thu Sep 6 05:03:58 CEST 2007


> > I'm wondering if I should try to pull some extension attributes out of
> > the cert, and add them to the dict, as well.  Like subjectAltName, for
> > instance.  Or should we just wait till someone wants it and files a
> > bug report?
> 
> If you have the time and inclination to do that, feel free to. Covering
> some of the most widely used extensions could be useful: subjectAltName,
> key usage, extended key usage. If you set up a framework for that,
> people will contribute others they like to see supported.

It's actually easier to do all or nothing.  I'm tempted to just report
'critical' extensions.

Bill


More information about the Python-Dev mailing list