diff options
Diffstat (limited to 'docs/x509')
-rw-r--r-- | docs/x509/ocsp.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/x509/ocsp.rst b/docs/x509/ocsp.rst index e28c05a7..80ff9908 100644 --- a/docs/x509/ocsp.rst +++ b/docs/x509/ocsp.rst @@ -601,6 +601,14 @@ Interfaces The extensions encoded in the response. + .. attribute:: single_extensions + + .. versionadded:: 2.9 + + :type: :class:`~cryptography.x509.Extensions` + + The single extensions encoded in the response. + .. method:: public_bytes(encoding) :param encoding: The encoding to use. Only |