diff options
Diffstat (limited to 'docs/x509')
-rw-r--r-- | docs/x509/ocsp.rst | 5 |
1 files changed, 5 insertions, 0 deletions
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 |