aboutsummaryrefslogtreecommitdiffstats
path: root/docs/glossary.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-09-20 23:42:34 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2017-09-20 11:42:34 -0400
commit1b86dc527dfecf1795ac28cd6bd32e8cf8725566 (patch)
tree44b8a3cdbb465a8076bbe26458c5df60d075f045 /docs/glossary.rst
parentd02842b03bf94e9f62e788a2120f02d96a2b0cfd (diff)
downloadcryptography-1b86dc527dfecf1795ac28cd6bd32e8cf8725566.tar.gz
cryptography-1b86dc527dfecf1795ac28cd6bd32e8cf8725566.tar.bz2
cryptography-1b86dc527dfecf1795ac28cd6bd32e8cf8725566.zip
docs for what bytes means for DNSName, URI, and RFC822Name (#3904)
Diffstat (limited to 'docs/glossary.rst')
-rw-r--r--docs/glossary.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst
index a630878c..3a1280a6 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -79,5 +79,11 @@ Glossary
but does not allow access to the key itself. Typically an opaque key is
loaded from a `hardware security module`_ (HSM).
+ A-label
+ The ASCII compatible encoded (ACE) representation of an
+ internationalized (unicode) domain name. A-labels begin with the
+ prefix ``xn--``. To create an A-label from a unicode domain string use
+ a library like `idna`_.
.. _`hardware security module`: https://en.wikipedia.org/wiki/Hardware_security_module
+.. _`idna`: https://pypi.org/project/idna/