From 9bd3241a31e019b1f41d63bda31a929af1502da7 Mon Sep 17 00:00:00 2001 From: Eric F Crist Date: Mon, 26 Feb 2018 09:29:45 -0600 Subject: [PATCH] Update ChangeLog Signed-off-by: Eric F Crist --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index faa26ba..cc85de2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,10 @@ Easy-RSA 3 ChangeLog 3.0.5 * Fix #17 & #58: use AES256 for CA key - * Also, don't use read -s, use stty -echo + * 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) 3.0.4 * Remove use of egrep (#154)