Update ChangeLog

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
This commit is contained in:
Eric F Crist 2018-02-26 09:29:45 -06:00
parent 297f85c8ca
commit 9bd3241a31

View File

@ -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)