From 7489f81be73f6bc8c00fe3447aab02b8ae65b916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Wed, 29 Jan 2020 10:47:34 +0100 Subject: [PATCH] Fix contributor names in ChangeLog --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5d77df2ce..a80b9751e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -71,7 +71,7 @@ Security probability (of the order of 2^-n where n is the bitsize of the curve) unless the RNG is broken, and could result in information disclosure or denial of service (application crash or extra resource consumption). - Reported by Peter and Auke (found using static analysis). + Found by Auke Zeilstra and Peter Schwabe, using static analysis. Bugfix * Fix an unchecked call to mbedtls_md() in the x509write module.