Fix contributor names in ChangeLog

This commit is contained in:
Manuel Pégourié-Gonnard 2020-01-29 10:47:34 +01:00 committed by Simon Butcher
parent 99999b73b1
commit 7489f81be7

View file

@ -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.