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

v3.2.0 Moved #1040

Closed
wants to merge 30 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
8d40587
Remove prefer_vars_in_pki_msg()
TinCanTech Oct 18, 2023
b683db9
Remove $no_new_vars
TinCanTech Oct 18, 2023
67380b3
Remove $new_vars_true
TinCanTech Oct 18, 2023
cebd958
Remove $vars, replaced by $EASYRSA_VARS_FILE
TinCanTech Oct 18, 2023
a116b27
Remove $vars_file and $vars_file_example
TinCanTech Oct 18, 2023
3ae9c86
Remove $user_vars_true
TinCanTech Oct 18, 2023
a05fa59
For shellcheck: Add directives to ignore unreachable code
TinCanTech Oct 18, 2023
7960b4c
install_data_to_pki(): Downgrade Failure to Warning
TinCanTech Oct 18, 2023
5cb462d
escape_hazard(): Reuse source_vars()
TinCanTech Oct 18, 2023
5f207cd
source_vars(): Use grep efficiently
TinCanTech Oct 19, 2023
294dace
Standardise function definition syntax
TinCanTech Oct 19, 2023
0d12f4e
Refactor moving temp-files to target-files
TinCanTech Oct 22, 2023
2733622
Add alias 'show-eku', for original command 'x509-eku'
TinCanTech Oct 22, 2023
6104c39
x509-eku: Add support for x509-types/code-signing
TinCanTech Oct 25, 2023
f88c08a
create_x509_type(): Return error, do not die
TinCanTech Oct 25, 2023
5f6111a
clean_up(): Move file-restore tasks before temp-dir removal
TinCanTech Oct 25, 2023
361ac95
renew: On sign-req error, restore files once and clear flag
TinCanTech Oct 25, 2023
607baaf
easyrsa_openssl(), verify_working_env(): Improve verbose messages
TinCanTech Oct 25, 2023
257af50
create_x509_type(): Add type: codeSign
TinCanTech Oct 25, 2023
d249eeb
easyrsa_openssl(): Use 'case' for command selection
TinCanTech Oct 27, 2023
6ab01d8
ChangeLog: Expand renewable cert-types to include code-signing
TinCanTech Oct 27, 2023
52bac31
Merge branch 'remove-unused-code' of ssh://github.com/TinCanTech/easy…
TinCanTech Oct 27, 2023
0eaa5c9
Merge branch 'escape_hazard_reuse_source_vars' of ssh://github.com/Ti…
TinCanTech Oct 27, 2023
bf17a5f
Merge branch 'x509-eku-v2' of ssh://github.com/TinCanTech/easy-rsa in…
TinCanTech Oct 27, 2023
f8702fe
sign-req, SAN extention: Move set $san above output command group
TinCanTech Oct 29, 2023
de8051a
sign-req: Simplify code for EASYRSA_EXTRA_EXTS vs auto-SAN
TinCanTech Oct 29, 2023
5571aac
display-san: Replace '&&' with 'if/then' to avoid hanging error exit
TinCanTech Oct 29, 2023
4fec8a7
New diagnostic command 'display-cn'
TinCanTech Nov 2, 2023
4d31728
Reorder functions: Move display_dn() above display_san()
TinCanTech Nov 2, 2023
16b382f
display_dn: Remove unwanted variable $name_opts
TinCanTech Nov 2, 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
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Easy-RSA 3 ChangeLog

3.2.0 (TBD)
* New diagnostic command 'display-cn' (#1040)
* Expand renewable certificate types to include code-signing (#1039)

3.1.7 (2023-10-13)
* Rewrite vars-auto-detect, adhere to EasyRSA-Advanced.md (#1029)
Expand Down
Loading