aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/aead.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-08-02 02:13:52 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2018-08-02 15:13:52 +0900
commitf6ccb2ef6c5d787955c2b25d1d0b542152d8aaeb (patch)
treef55b2c2a2df779d463547c4e2faf39c7eb1ef941 /docs/hazmat/primitives/aead.rst
parent8d46eafc90793282fb007ed3dde51d761edcf595 (diff)
downloadcryptography-f6ccb2ef6c5d787955c2b25d1d0b542152d8aaeb.tar.gz
cryptography-f6ccb2ef6c5d787955c2b25d1d0b542152d8aaeb.tar.bz2
cryptography-f6ccb2ef6c5d787955c2b25d1d0b542152d8aaeb.zip
Refs #4375 -- integrate wycheproof AES CCM tests (#4379)
* Refs #4375 -- integrate wycheproof AES CCM tests * Skip these tests if we don't have CCM support
Diffstat (limited to 'docs/hazmat/primitives/aead.rst')
-rw-r--r--docs/hazmat/primitives/aead.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/aead.rst b/docs/hazmat/primitives/aead.rst
index a54cc6fa..06fecc5a 100644
--- a/docs/hazmat/primitives/aead.rst
+++ b/docs/hazmat/primitives/aead.rst
@@ -169,7 +169,7 @@ also support providing integrity for associated data which is not encrypted.
:param int tag_length: The length of the authentication tag. This
defaults to 16 bytes and it is **strongly** recommended that you
do not make it shorter unless absolutely necessary. Valid tag
- lengths are 4, 6, 8, 12, 14, and 16.
+ lengths are 4, 6, 8, 10, 12, 14, and 16.
:raises cryptography.exceptions.UnsupportedAlgorithm: If the version of
OpenSSL does not support AES-CCM.