cryptography/docs/x509
Felix Dreissig 2bd0dda700
docs: Fix type returned by get_extension_for_oid() and get_extension_for_class() (#7380)
The previous wording (to me) sounded as if an instance of the specific
`ExtensionType` subclass would be returned.
But the methods actually return an `Extension` instance, from which the
specific `ExtensionType` instance can be accessed through the `value`
property.
2022-06-28 11:26:36 +00:00
..
certificate-transparency.rst CT: extensions -> extension_bytes (#7238) 2022-05-19 21:48:41 +00:00
index.rst OCSP request parsing (#4393) 2018-08-15 19:04:28 -04:00
ocsp.rst Basic support for multiple SINGLERESP messages in one OCSP response, take 2 (#6410) 2022-01-03 18:33:15 -05:00
reference.rst docs: Fix type returned by get_extension_for_oid() and get_extension_for_class() (#7380) 2022-06-28 11:26:36 +00:00
tutorial.rst update docs to not use backends (#5404) 2020-08-29 09:28:32 -04:00