From cc65460437554409dee7592ca36d3ed6f1db057f Mon Sep 17 00:00:00 2001 From: Josh Cepek Date: Sat, 30 Nov 2013 18:38:43 -0600 Subject: [PATCH] Update ChangeLog for ECDSA contribution; clean up formatting Signed-off-by: Josh Cepek --- ChangeLog | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index a7bedc0..789dcb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ Easy-RSA 3 ChangeLog -3.x: (Current development cycle; upcoming release series) +git-master: (3.x development cycle) + * The 3.x release is a nearly complete re-write of the 2.x codebase - * Initial 3.x series code by Josh Cepek with - ongoing maintenance by the OpenVPN community development team and - associated contributors + + * Initial 3.x series code by Josh Cepek -- continuing + maintenance by the OpenVPN community development team and associated + contributors + + * Add ECDSA (elliptic curve) support, thanks to Steffan Karger +