diff options
Diffstat (limited to 'docs/x509')
-rw-r--r-- | docs/x509/reference.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst index 7f75f69d..0bac61eb 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst @@ -2460,7 +2460,9 @@ X.509 Extensions .. versionadded:: 1.2 A generic extension class used to hold the raw value of extensions that - ``cryptography`` does not know how to parse. + ``cryptography`` does not know how to parse. This can also be used when + creating new certificates, CRLs, or OCSP requests and responses to encode + extensions that ``cryptography`` does not know how to generate. .. attribute:: oid |