aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-05-19 07:23:25 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-05-19 07:23:25 -0400
commit8b8df2337049abfcfc3991be8331e31b6d116d84 (patch)
tree8aaaf0d1501766252980f24a691d8ce0170d6b6f /docs/x509.rst
parent2a21843a729257617579d686df30fb391143d3ca (diff)
parent71a16210c39c59bcf205da5a447777c55649ecf8 (diff)
downloadcryptography-8b8df2337049abfcfc3991be8331e31b6d116d84.tar.gz
cryptography-8b8df2337049abfcfc3991be8331e31b6d116d84.tar.bz2
cryptography-8b8df2337049abfcfc3991be8331e31b6d116d84.zip
Merge pull request #1959 from reaperhulk/idna2003-test
IDNA 2003 test
Diffstat (limited to 'docs/x509.rst')
-rw-r--r--docs/x509.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/x509.rst b/docs/x509.rst
index c8505a87..c570f196 100644
--- a/docs/x509.rst
+++ b/docs/x509.rst
@@ -313,6 +313,9 @@ X.509 Certificate Object
: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.
+
.. doctest::
>>> for ext in cert.extensions: