From b8ef82e3f7aba8c1fce95a4f65bd655790ad1e45 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 22 Apr 2015 16:04:24 -0500 Subject: add URI general name support --- docs/x509.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docs/x509.rst') diff --git a/docs/x509.rst b/docs/x509.rst index 035fa87f..5f36a921 100644 --- a/docs/x509.rst +++ b/docs/x509.rst @@ -452,7 +452,12 @@ General Name Classes .. versionadded:: 0.9 This corresponds to a uniform resource identifier. For example, - ``https://cryptography.io``. + ``https://cryptography.io``. The URI is parsed and IDNA decoded (see + :rfc:`5895`). + + .. note:: + + URIs that do not contain ``://`` in them will not be decoded. .. attribute:: value -- cgit v1.2.3