From 154b00b07becdc0593ae04f8d01ae3d93894e5bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Mon, 11 May 2015 21:05:36 +0200 Subject: [PATCH] Update Changelog for recent contribution --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index e904eb819..d44463f47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,8 @@ Security https://dl.acm.org/citation.cfm?id=2714625 Features + * Improve ECC performance by using more efficient doubling formulas + (contributed by Peter Dettman). * Add x509_crt_verify_info() to display certificate verification results. * Add support for reading DH parameters with privateValueLength included (contributed by Daniel Kahn Gillmor).