From 96d5439da5dc69419604a44a021bb77f55c3820e Mon Sep 17 00:00:00 2001 From: Andrzej Kurek Date: Wed, 8 Jun 2022 12:00:52 -0400 Subject: [PATCH] Fix incorrect changelog entry Signed-off-by: Andrzej Kurek --- ChangeLog.d/cookie_parsing_bug.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/ChangeLog.d/cookie_parsing_bug.txt b/ChangeLog.d/cookie_parsing_bug.txt index a5f5875d3..1c25f3952 100644 --- a/ChangeLog.d/cookie_parsing_bug.txt +++ b/ChangeLog.d/cookie_parsing_bug.txt @@ -6,6 +6,4 @@ Security when MBEDTLS_SSL_IN_CONTENT_LEN is less than a threshold that depends on the exact configuration: 258 bytes if using mbedtls_ssl_cookie_check(), and possibly up to 571 bytes with a custom cookie check function. - If the function provider deliberately omits these size checks, he/she - is responsible for the negative impact on his/her code. Reported by the Cybeats PSI Team.