aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2018-10-07 03:44:30 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2018-10-06 15:44:30 -0400
commitb8db66811158ea2222c866173dd6c772f93c74f1 (patch)
treedaf72b3ebe0731179e7de8d57ab3dc7be2a591f5 /docs/x509
parent55c33109b92b0e8ec38e4d19f3f2c6c203a0694e (diff)
downloadcryptography-b8db66811158ea2222c866173dd6c772f93c74f1.tar.gz
cryptography-b8db66811158ea2222c866173dd6c772f93c74f1.tar.bz2
cryptography-b8db66811158ea2222c866173dd6c772f93c74f1.zip
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
Diffstat (limited to 'docs/x509')
-rw-r--r--docs/x509/ocsp.rst5
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