[Python-Dev] frozenset C API? (original) (raw)
Bill Janssen janssen at parc.com
Thu Sep 6 05:03:58 CEST 2007
- Previous message: [Python-Dev] frozenset C API?
- Next message: [Python-Dev] frozenset C API?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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
- Previous message: [Python-Dev] frozenset C API?
- Next message: [Python-Dev] frozenset C API?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]