This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, pitrou
Date 2013-07-06.12:30:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373113820.69.0.993582296308.issue18379@psf.upfronthosting.co.za>
In-reply-to
Content
The patch implements OCSP and CRL distribution point access for getpeercert(). I'll add tests and doc updates later.

Output for https://info.pca.dfn.de/

{'OCSP': ('http://ocsp.pca.dfn.de/OCSP-Server/OCSP',),
 'crlDistributionPoints': ('http://cdp1.pca.dfn.de/global-services-ca/pub/crl/cacrl.crl',
                           'http://cdp2.pca.dfn.de/global-services-ca/pub/crl/cacrl.crl'),
 'issuer': ((('countryName', 'DE'),),
            (('organizationName', 'DFN-Verein'),),
            (('organizationalUnitName', 'DFN-PKI'),),
            (('commonName', 'DFN-Verein CA Services'),)),
 'notAfter': 'Oct 18 09:07:09 2014 GMT',
 'notBefore': 'Oct 19 09:07:09 2009 GMT',
 'serialNumber': '0EFBA9CC',
 'subject': ((('countryName', 'DE'),),
             (('organizationName', 'DFN-Verein'),),
             (('organizationalUnitName', 'DFN-PKI'),),
             (('commonName', 'info.pca.dfn.de'),)),
 'version': 3}
History
Date User Action Args
2013-07-06 12:30:20christian.heimessetrecipients: + christian.heimes, pitrou
2013-07-06 12:30:20christian.heimessetmessageid: <1373113820.69.0.993582296308.issue18379@psf.upfronthosting.co.za>
2013-07-06 12:30:20christian.heimeslinkissue18379 messages
2013-07-06 12:30:20christian.heimescreate