aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509/reference.rst
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2015-08-03 08:26:42 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2015-08-03 08:26:42 -0500
commita0f00f47ea3aa53a31213843d60a4141e468f021 (patch)
treea663f2bb14b0ed45054c03971cb47005155cecb2 /docs/x509/reference.rst
parent36a1238703a1aa7aff44654e2e551f2a022c9c1a (diff)
parent93b5e3efab0337c51c84c27208d9034b607f09e2 (diff)
downloadcryptography-a0f00f47ea3aa53a31213843d60a4141e468f021.tar.gz
cryptography-a0f00f47ea3aa53a31213843d60a4141e468f021.tar.bz2
cryptography-a0f00f47ea3aa53a31213843d60a4141e468f021.zip
Merge remote-tracking branch 'upstream/master' into cert-builder
Diffstat (limited to 'docs/x509/reference.rst')
-rw-r--r--docs/x509/reference.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst
index 5e58886f..799126b9 100644
--- a/docs/x509/reference.rst
+++ b/docs/x509/reference.rst
@@ -565,6 +565,25 @@ X.509 CSR (Certificate Signing Request) Object
>>> isinstance(csr.signature_hash_algorithm, hashes.SHA1)
True
+ .. attribute:: extensions
+
+ :type: :class:`Extensions`
+
+ The extensions encoded in the certificate signing request.
+
+ :raises cryptography.x509.DuplicateExtension: If more than one
+ extension of the same type is found within the certificate signing request.
+
+ :raises cryptography.x509.UnsupportedExtension: If the certificate signing request
+ contains an extension that is not supported.
+
+ :raises cryptography.x509.UnsupportedGeneralNameType: If an extension
+ contains a general name that is not supported.
+
+ :raises UnicodeError: If an extension contains IDNA encoding that is
+ invalid or not compliant with IDNA 2008.
+
+
.. method:: public_bytes(encoding)
.. versionadded:: 1.0