[issue10022] Emit more information in decoded SSL certificates

2010-11-09 Thread Antoine Pitrou
Antoine Pitrou added the comment: Fixed in r86369. -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue10022] Emit more information in decoded SSL certificates

2010-10-04 Thread Antoine Pitrou
New submission from Antoine Pitrou : There's some code in _ssl.c which exports more information in decoded SSL certificates (such as notBefore or issuer), but it is only enabled when the hidden function _ssl._test_decode_cert is used. It would be nice to export all this information by default;