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 dkg
Recipients Arfrever, barry, benjamin.peterson, christian.heimes, dkg, georg.brandl, jcea, pconnell, pitrou
Date 2019-10-09.18:33:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570646028.91.0.799431814838.issue17123@roundup.psfhosted.org>
In-reply-to
Content
It would be great to see at least minimal OCSP stapling support (in the form of callbacks on the client and server sides) availabl in the ssl module, similar to the way that pyopenssl has added such callbacks:

    https://github.com/pyca/pyopenssl/pull/580

If that was present in the ssl module, then it would let other implementations supply reasonable callback functionality for fetching and relaying stapled OCSP responses (on the server side) and validating in-band OCSP responses (on the client side).
History
Date User Action Args
2019-10-09 18:33:48dkgsetrecipients: + dkg, barry, georg.brandl, jcea, pitrou, christian.heimes, benjamin.peterson, Arfrever, pconnell
2019-10-09 18:33:48dkgsetmessageid: <1570646028.91.0.799431814838.issue17123@roundup.psfhosted.org>
2019-10-09 18:33:48dkglinkissue17123 messages
2019-10-09 18:33:48dkgcreate