Skip to content

Commit

Permalink
ChangeLog: Rewrite vars-auto-detect, adhere to EasyRSA-Advanced.md
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
TinCanTech committed Sep 25, 2023
1 parent 587510b commit 302fa37
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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=<FILE>
REVERTED in #1029 above.
* Update OpenSSL to 3.1.2

3.1.6 (2023-07-18)
Expand Down

0 comments on commit 302fa37

Please sign in to comment.