From 995a215eac290d6f70481edde2864e7866342ec5 Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Tue, 25 Sep 2012 08:19:56 +0000 Subject: [PATCH] - Added credits --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 679f15794..2df4c8631 100644 --- a/ChangeLog +++ b/ChangeLog @@ -50,7 +50,7 @@ Bugfix * Handle empty certificate subject names * Prevent reading over buffer boundaries on X509 certificate parsing * mpi_add_abs() now correctly handles adding short numbers to long numbers - with carry rollover + with carry rollover (found by Ruslan Yushchenko) Security * Fixed potential memory corruption on miscrafted client messages (found by