From a84a8eb5458691a861ec15f75bc08c0dcb470e0d Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Thu, 1 Jul 2021 17:01:04 +0100 Subject: [PATCH] Update changelog to cover #4197 Signed-off-by: Dave Rodgman --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 042c2572c..8b1326858 100644 --- a/ChangeLog +++ b/ChangeLog @@ -421,6 +421,8 @@ Bugfix applicable RFC: on an invalid Finished message value, an invalid max_fragment_length extension, or an unsupported extension used by the server. + * Correct (change from 12 to 13 bytes) the value of the macro describing the + maximum nonce length returned by psa_aead_generate_nonce(). Changes * Fix the setting of the read timeout in the DTLS sample programs.