ChangeLog: Forbid "default vars in the default PKI" for all commands

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2023-09-14 23:49:55 +01:00
parent 5a24fa7815
commit 00dcf5628c
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246

View File

@ -1,7 +1,10 @@
Easy-RSA 3 ChangeLog
3.2.0 (TBD)
* Update OpenSSL to 3.1.6
* 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>
* Update OpenSSL to 3.1.2
3.1.6 (2023-07-18)
* New commands: 'inline' and 'x509-eku' (#993)