aboutsummaryrefslogtreecommitdiffstats
path: root/docs/glossary.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-10-11 20:29:23 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2017-10-11 08:29:23 -0400
commite885bd65a871926a8866db92035d814e3d179bf7 (patch)
tree3b4456e27928ddf9ac11b0091412de3e75000129 /docs/glossary.rst
parent1aac78c4d036d20e8892f3861ea947cadf6ab739 (diff)
downloadcryptography-e885bd65a871926a8866db92035d814e3d179bf7.tar.gz
cryptography-e885bd65a871926a8866db92035d814e3d179bf7.tar.bz2
cryptography-e885bd65a871926a8866db92035d814e3d179bf7.zip
Update docs and changelog for URI, RFC822Name, and DNSName (#3955)
* Update docs and changelog for URI, RFC822Name, and DNSName As of 2.1 we want users to pass A-label strings, but we still accept U-label strings and auto-encode on their behalf (with a deprecation warning). However, we do not return U-label in the value attribute so we are making a backwards incompatible change for users that utilize internationalized domain names. * language updates * add presentational to the word list * the linux dictionary is pathetic
Diffstat (limited to 'docs/glossary.rst')
-rw-r--r--docs/glossary.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst
index df327605..ce08dbaa 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -94,5 +94,10 @@ Glossary
bit key, you can calculate the number of bytes by dividing by 8. 128
divided by 8 is 16, so a 128 bit key is a 16 byte key.
+ U-label
+ The presentational unicode form of an internationalized domain
+ name. U-labels use unicode characters outside the ASCII range and
+ are encoded as A-labels when stored in certificates.
+
.. _`hardware security module`: https://en.wikipedia.org/wiki/Hardware_security_module
.. _`idna`: https://pypi.org/project/idna/