From 416b48c0236825e585e8a1ff9e9d2f3b709e7bbc Mon Sep 17 00:00:00 2001 From: Tom Cosgrove Date: Mon, 5 Dec 2022 08:08:28 +0000 Subject: [PATCH] ChangeLog entry is fixed in a different PR Signed-off-by: Tom Cosgrove --- ChangeLog.d/fix-tls12server-sent-sigalgs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.d/fix-tls12server-sent-sigalgs.txt b/ChangeLog.d/fix-tls12server-sent-sigalgs.txt index 4a684bd31..9abde2b52 100644 --- a/ChangeLog.d/fix-tls12server-sent-sigalgs.txt +++ b/ChangeLog.d/fix-tls12server-sent-sigalgs.txt @@ -1,5 +1,5 @@ Bugfix - * Fix a bug whereby the list of signature algorithms sent as part of the + * Fix a bug whereby the the list of signature algorithms sent as part of the TLS 1.2 server certificate request would get corrupted, meaning the first algorithm would not get sent and an entry consisting of two random bytes would be sent instead. Found by Serban Bejan and Dudek Sebastian.