diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2019-11-10 21:19:44 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2019-11-11 10:19:44 +0800 |
commit | c7ba7be8fe67c099339fcbcd90012fc257308628 (patch) | |
tree | e08b40799b5b3e4582f7b6c38fc19d96236c24b8 | |
parent | 1396f388c8311b70386445f1bbf4b20b3e1f66b0 (diff) | |
download | cryptography-c7ba7be8fe67c099339fcbcd90012fc257308628.tar.gz cryptography-c7ba7be8fe67c099339fcbcd90012fc257308628.tar.bz2 cryptography-c7ba7be8fe67c099339fcbcd90012fc257308628.zip |
Fixes #4699 -- document that UnrecognizedExtension can be used in generation (#5057)
-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 |