From 61a8b2daf210beb6a78e6065d725d839241ce1ce Mon Sep 17 00:00:00 2001 From: Mateusz Starzyk Date: Thu, 21 Oct 2021 11:46:42 +0200 Subject: [PATCH] Add changelog entry for CCM*-no-tag. Signed-off-by: Mateusz Starzyk --- ChangeLog.d/ccm_star_no_tag.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ChangeLog.d/ccm_star_no_tag.txt diff --git a/ChangeLog.d/ccm_star_no_tag.txt b/ChangeLog.d/ccm_star_no_tag.txt new file mode 100644 index 000000000..88c0d1fb1 --- /dev/null +++ b/ChangeLog.d/ccm_star_no_tag.txt @@ -0,0 +1,8 @@ +Changes + * Ignore plaintext/ciphertext lengths for CCM*-no-tag operations. + For CCM* encryption/decryption without authentication, input + length will be ignored. + * Add support for CCM*-no-tag cipher to the PSA. + Currently only 13-byte long IV's are supported. + For decryption a minimum of 16-byte long input is expected. + These restrictions may be subject to change.