From 302dd05bbc552111e0adb4a48d74cb3e94e20eed Mon Sep 17 00:00:00 2001 From: Eric F Crist Date: Fri, 14 Sep 2018 23:12:19 -0500 Subject: [PATCH] Update changelog for v3.0.5 release Signed-off-by: Eric F Crist --- ChangeLog | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index cc85de2..81f76b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,16 @@ Easy-RSA 3 ChangeLog -3.0.5 +3.0.5 (2018-09-15) * Fix #17 & #58: use AES256 for CA key * Also, don't use read -s, use stty -echo * Fix broken "nopass" option * Add -r to read to stop errors reported by shellcheck (and to behave) * remove overzealous quotes around $pkcs_opts (more SC errors) + * Support for LibreSSL + * EasyRSA version will be reported in certificate comments + * Client certificates now expire in 3 year (1080 days) by default -3.0.4 +3.0.4 (2018-01-21) * Remove use of egrep (#154) * Integrate with Travis-CI (#165) * Remove "local" from variable assignment (#165)