From b8db66811158ea2222c866173dd6c772f93c74f1 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sun, 7 Oct 2018 03:44:30 +0800 Subject: add OCSP basic response extension parsing (#4479) * add OCSP basic response extension parsing Just nonce for now. This does not support SINGLERESP extension parsing. * also raises on extensions for non-successful * empty commit --- docs/x509/ocsp.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/x509/ocsp.rst b/docs/x509/ocsp.rst index b2030226..bf064134 100644 --- a/docs/x509/ocsp.rst +++ b/docs/x509/ocsp.rst @@ -395,6 +395,11 @@ Interfaces :raises ValueError: If ``response_status`` is not :class:`~cryptography.x509.ocsp.OCSPResponseStatus.SUCCESSFUL`. + .. attribute:: extensions + + :type: :class:`~cryptography.x509.Extensions` + + The extensions encoded in the response. .. class:: OCSPResponseStatus -- cgit v1.2.3