commit | b896881ea87c0a019a5e18a507c7c265b259a4d3 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Fri May 15 09:01:34 2015 -0700 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Mon May 18 18:55:29 2015 -0700 |
tree | 9e3b138845027fc339e1a2679988bdd024568f57 | |
parent | d0a66e7ea409a9a152c6dbc7a85f42ad1cc9148a [diff] [blame] |
add test to confirm IDNA2003 is disallowed document that this is a possible exception
diff --git a/docs/x509.rst b/docs/x509.rst index c8505a8..c570f19 100644 --- a/docs/x509.rst +++ b/docs/x509.rst
@@ -313,6 +313,9 @@ :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: