diff options
Diffstat (limited to 'docs/glossary.rst')
-rw-r--r-- | docs/glossary.rst | 5 |
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/ |