Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable prefer_vars_in_pki_msg(), until further notice #1014

Closed
wants to merge 21 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
4cb05fe
Disable prefer_vars_in_pki_msg(), until further notice
TinCanTech Aug 29, 2023
2e5865a
install_data_to_pki: Disable creating new vars file
TinCanTech Aug 29, 2023
f18c9a0
Disable creating a vars file and only allow one vars file to exist
TinCanTech Aug 30, 2023
d05a89e
install_data_to_pki: Never create a pki/vars.example file
TinCanTech Aug 30, 2023
8d55b9f
ChangeLog: Disable code which requests vars be moved to the PKI
TinCanTech Aug 30, 2023
53f443c
vars_setup: Downgrade warning to info for "no vars file exists"
TinCanTech Aug 31, 2023
3b4ac2e
install_data_to_pki: Correct error message "text" only
TinCanTech Sep 1, 2023
b19beb2
vars_setup: Multiple vars files, downgrade FATAL error to WARNING
TinCanTech Sep 3, 2023
1c0228b
vars_setup: Prioritise pre-defined EASYRSA/vars over standard search
TinCanTech Sep 4, 2023
b75c8b0
vars_setup: Prohibit specifying vars as a directory. eg: ./
TinCanTech Sep 4, 2023
4a80b21
vars_setup: Split into setup_vars() and source_vars()
TinCanTech Sep 4, 2023
b9914c6
Repurpose prefer_vars_in_pki_msg() to "warn against vars in PKI"
TinCanTech Sep 4, 2023
92a6341
Add explicit confirmation for default 'pki/vars' setting a different PKI
TinCanTech Sep 4, 2023
a68edb3
ChangeLog: Retract "preference for vars in the PKI"
TinCanTech Sep 5, 2023
bb1adae
source_vars: FATAL error when default 'pki/vars' sets a different PKI
TinCanTech Sep 5, 2023
fab09e6
init-pki: Remove unnecessary user information concerning vars
TinCanTech Sep 5, 2023
0e53ae1
install_data_to_pki() init-pki: Remove code to create a 'pki/vars' file
TinCanTech Sep 5, 2023
6f88df3
Insert required errors and warning to control vars location
TinCanTech Sep 6, 2023
d2c25de
source_vars(): Forbid 'pki/vars' setting PKI for command 'init-pki'
TinCanTech Sep 11, 2023
dc15f35
source_vars(): 'init-pki', prioritise USER set EASYRSA_PKI and EASYRSA
TinCanTech Sep 12, 2023
0c8fd82
Move "Setup: catch vars file changing PKI unexpectedly"
TinCanTech Sep 13, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
Easy-RSA 3 ChangeLog

3.2.0 (TBD)
* Update OpenSSL to 3.1.6

3.1.7 (ETA 2023-10-13)
* Insert required errors and warning to control vars location (#1014)
* Guard against default 'pki/vars' setting a different PKI (#1014)
* Retract preference for 'vars' file to exist in the PKI (#1014)
* Disable all code which requests vars in PKI (#1014)
* Update OpenSSL to 3.1.2

3.1.6 (2023-07-18)
* New commands: 'inline' and 'x509-eku' (#993)
Expand Down
Loading