Message201778
Here is a simplified version of my patch with doc updates.
Changes:
- Different functions for certs and CRLs: enum_certificates() / enum_crls()
- encoding is now a string ('x509_asn' or 'pkcs_7_asn')
- for certificates trust information is either a set of OIDs or True. The OIDs can be interpreter with the new functions #19448.
Both functions are intended to be low level interfaces to Window's cert store. |
|
| Date |
User |
Action |
Args |
| 2013-10-30 20:15:01 | christian.heimes | set | recipients:
+ christian.heimes, exarkun, pitrou, eric.araujo, python-dev, dstufft |
| 2013-10-30 20:15:01 | christian.heimes | set | messageid: <[email protected]> |
| 2013-10-30 20:15:01 | christian.heimes | link | issue17134 messages |
| 2013-10-30 20:15:01 | christian.heimes | create | |
|