From 302fa37a798e0a5b1911c665cd036a7ae1d9db31 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Mon, 25 Sep 2023 01:49:46 +0100 Subject: [PATCH] ChangeLog: Rewrite vars-auto-detect, adhere to EasyRSA-Advanced.md Additional: Caveat: The default '$PWD/pki/vars' file is forbidden to change either EASYRSA or EASYRSA_PKI, which are both implied by default. NOTICE: vars-auto-detect no longer searches easyrsa program directory. Signed-off-by: Richard T Bonhomme --- ChangeLog | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0e17081e3..0e8339998 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,12 +3,18 @@ Easy-RSA 3 ChangeLog 3.2.0 (TBD) 3.1.7 (2023-10-13) + * Rewrite vars-auto-detect, adhere to EasyRSA-Advanced.md (#1029) + Under the hood, this is a considerable change but there are no user + noticable differences. With the exception of: + Caveat: The default '$PWD/pki/vars' file is forbidden to change either + EASYRSA or EASYRSA_PKI, which are both implied by default. + NOTICE: vars-auto-detect no longer searches 'easyrsa' program directory. + * EasyRSA-Advanced.md: Correct vars-auto-detect hierarchy (#1029) * gen-crl: preserve existing crl.pem ownership+mode (#1020) * New command: make-vars - Print vars.example (here-doc) to stdout (#1024) * show-expire: Calculate cert. expire seconds from DB date (#1023) * Forbid "default vars in the default PKI" for all commands (#1021) - There can be only one default vars file, that is now './vars' ONLY. - Use of other 'vars' files can be done by using option --vars= + REVERTED in #1029 above. * Update OpenSSL to 3.1.2 3.1.6 (2023-07-18)