From f850f6bdf6a13ef91f6f97ce821968ff977ff4d7 Mon Sep 17 00:00:00 2001 From: Hans Nilsson Date: Thu, 13 Sep 2018 12:45:48 +0200 Subject: crypto: Document AES_CCM and fix errors in User's Guide The sizes in the Algorithms chapter for aes_gcm was wrong or incomplete. --- lib/crypto/doc/src/algorithm_details.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/crypto/doc/src/algorithm_details.xml') diff --git a/lib/crypto/doc/src/algorithm_details.xml b/lib/crypto/doc/src/algorithm_details.xml index 088f5e8e97..2d02422cb6 100644 --- a/lib/crypto/doc/src/algorithm_details.xml +++ b/lib/crypto/doc/src/algorithm_details.xml @@ -89,9 +89,10 @@ crypto:supports().

- Cipher and ModeKey length
[bytes]
IV length
[bytes]
AAD length
[bytes]
Block size
[bytes]
Supported with
OpenSSL versions
- aes_gcm 16 16 0-16 any1.0.1 - - chacha20_poly130532 1-16 any any1.1.0 - + Cipher and ModeKey length
[bytes]
IV length
[bytes]
AAD length
[bytes]
Tag length
[bytes]
Block size
[bytes]
Supported with
OpenSSL versions
+ aes_ccm 16,24,32 7-13 any even 4-16
default: 12
any1.1.0 -
+ aes_gcm 16,24,32 1- any 1-16
default: 16
any1.1.0 -
+ chacha20_poly130532 1-16 any 16 any1.1.0 -AEAD cipher key lengths
-- cgit v1.2.3