Daniel Kahn Gillmor <d...@fifthhorseman.net> added the comment:
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). ---------- nosy: +dkg _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue17123> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com