From 812ef6b379217e186a7e7c52e82d3b9d942ad99b Mon Sep 17 00:00:00 2001 From: Mateusz Starzyk Date: Wed, 27 Oct 2021 11:26:47 +0200 Subject: [PATCH] Fix ccm*-no-tag changelog entry Signed-off-by: Mateusz Starzyk --- ChangeLog.d/ccm_star_no_tag.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.d/ccm_star_no_tag.txt b/ChangeLog.d/ccm_star_no_tag.txt index 88c0d1fb1..dbd25d1ee 100644 --- a/ChangeLog.d/ccm_star_no_tag.txt +++ b/ChangeLog.d/ccm_star_no_tag.txt @@ -2,6 +2,8 @@ Changes * Ignore plaintext/ciphertext lengths for CCM*-no-tag operations. For CCM* encryption/decryption without authentication, input length will be ignored. + +Features * 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.