Message214770
The ssl module doesn't return all cert contents simply because it isn't easy to do so, or at least AFAICT it isn't. If you look at _decode_certificate() in Modules/_ssl.c you'll see the kind of code that is needed for the few fields that Python currently returns :-) |
|
Date |
User |
Action |
Args |
2014-03-25 00:20:44 | pitrou | set | recipients:
+ pitrou, terry.reedy, janssen, giampaolo.rodola, christian.heimes, oninoshiko |
2014-03-25 00:20:44 | pitrou | set | messageid: <1395706844.36.0.966003105197.issue20469@psf.upfronthosting.co.za> |
2014-03-25 00:20:44 | pitrou | link | issue20469 messages |
2014-03-25 00:20:44 | pitrou | create | |
|