[issue18379] SSLSocket.getpeercert(): OCSP and CRL DP URIs

2014-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7885876b6503 by R David Murray in branch 'default': whatsnew: SSLSocket.getpeercert new values returned. (#18379) http://hg.python.org/cpython/rev/7885876b6503 -- ___ Python tracker

[issue18379] SSLSocket.getpeercert(): OCSP and CRL DP URIs

2013-12-22 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18379 ___ ___ Python-bugs-list

[issue18379] SSLSocket.getpeercert(): OCSP and CRL DP URIs

2013-11-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 40bfddda43d4 by Christian Heimes in branch 'default': Issue #19682: Fix compatibility issue with old version of OpenSSL that http://hg.python.org/cpython/rev/40bfddda43d4 -- status: pending - open ___

[issue18379] SSLSocket.getpeercert(): OCSP and CRL DP URIs

2013-11-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 468d18bffdea by Christian Heimes in branch 'default': Issue #18379: SSLSocket.getpeercert() returns CA issuer AIA fields, OCSP http://hg.python.org/cpython/rev/468d18bffdea -- nosy: +python-dev ___

[issue18379] SSLSocket.getpeercert(): OCSP and CRL DP URIs

2013-11-20 Thread Christian Heimes
Christian Heimes added the comment: memo to me: update whatsnew -- assignee: - christian.heimes resolution: - fixed stage: patch review - committed/rejected status: open - pending ___ Python tracker rep...@bugs.python.org

[issue18379] SSLSocket.getpeercert(): OCSP and CRL DP URIs

2013-11-17 Thread Christian Heimes
Christian Heimes added the comment: Are you satisfied with my patch? I'd like to commit it before beta 1 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18379 ___

[issue18379] SSLSocket.getpeercert(): OCSP and CRL DP URIs

2013-07-18 Thread Antoine Pitrou
Antoine Pitrou added the comment: Do you have to put those certs in capath? Things would probably be simpler if you didn't have to trigger capath loading using an actual SSL connection. Also, please a versionadded tag in the doc entry. -- ___ Python

[issue18379] SSLSocket.getpeercert(): OCSP and CRL DP URIs

2013-07-18 Thread Christian Heimes
Christian Heimes added the comment: It's just one certificate. The hash format of OpenSSL has changed over the years so we have to duplicate all certificates. But I don't need the extra stuff. I figured out that the Nokia test certificate has all new fields. My initial patch has a

[issue18379] SSLSocket.getpeercert(): OCSP and CRL DP URIs

2013-07-18 Thread Antoine Pitrou
Antoine Pitrou added the comment: It's just one certificate. Indeed, it's just the decision to use capath that I'm arguing with. My initial patch has a versionchanged doc update. Did you have too much French wine again? *scnr* :) Not *too much*, no ;-) --

[issue18379] SSLSocket.getpeercert(): OCSP and CRL DP URIs

2013-07-06 Thread Christian Heimes
New submission from Christian Heimes: 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':

[issue18379] SSLSocket.getpeercert(): OCSP and CRL DP URIs

2013-07-06 Thread Christian Heimes
Christian Heimes added the comment: Updated patch with test, doc updates and a third field. I have added CDP and two AIA URIs: crlDistributionPoints, caIssuers and OCSP -- Added file: http://bugs.python.org/file30834/ssl_ocsp_crldp.patch ___ Python

[issue18379] SSLSocket.getpeercert(): OCSP and CRL DP URIs

2013-07-06 Thread Christian Heimes
Changes by Christian Heimes li...@cheimes.de: Removed file: http://bugs.python.org/file30810/ssl_ocsp_crldp.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18379 ___