From f6ccb2ef6c5d787955c2b25d1d0b542152d8aaeb Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 2 Aug 2018 02:13:52 -0400 Subject: 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 --- docs/hazmat/primitives/aead.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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. -- cgit v1.2.3