From fed024dd52434f32b6513ccc1baf82692fb0d08c Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Thu, 9 Jun 2022 18:44:51 +0200 Subject: [PATCH] Changelog: mention bug id in bugfix entry Signed-off-by: Gilles Peskine --- ChangeLog.d/use-psa-ecdhe-curve.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.d/use-psa-ecdhe-curve.txt b/ChangeLog.d/use-psa-ecdhe-curve.txt index cc432bdae..658f88f84 100644 --- a/ChangeLog.d/use-psa-ecdhe-curve.txt +++ b/ChangeLog.d/use-psa-ecdhe-curve.txt @@ -4,4 +4,4 @@ Bugfix client would fail to check that the curve selected by the server for ECDHE was indeed one that was offered. As a result, the client would accept any curve that it supported, even if that curve was not allowed - according to its configuration. + according to its configuration. Fixes #5291.