-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
v3.2.0 Moved #1040
Commits on Oct 18, 2023
-
Remove prefer_vars_in_pki_msg()
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8d40587 - Browse repository at this point
Copy the full SHA 8d40587View commit details -
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for b683db9 - Browse repository at this point
Copy the full SHA b683db9View commit details -
Allows removal of the 'init-pki' section of 'install_data_to_pki()'. Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for 67380b3 - Browse repository at this point
Copy the full SHA 67380b3View commit details -
Remove $vars, replaced by $EASYRSA_VARS_FILE
Only effects upgrade, up23_manage_upgrade_23() Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for cebd958 - Browse repository at this point
Copy the full SHA cebd958View commit details -
Remove $vars_file and $vars_file_example
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for a116b27 - Browse repository at this point
Copy the full SHA a116b27View commit details -
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3ae9c86 - Browse repository at this point
Copy the full SHA 3ae9c86View commit details -
For shellcheck: Add directives to ignore unreachable code
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for a05fa59 - Browse repository at this point
Copy the full SHA a05fa59View commit details -
install_data_to_pki(): Downgrade Failure to Warning
If the openssl-easyrsa.cnf file fails to copy then try to create it using create_openssl_easyrsa_cnf(). If creating the file also fails then that is a fatal error. Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7960b4c - Browse repository at this point
Copy the full SHA 7960b4cView commit details -
escape_hazard(): Reuse source_vars()
This catches misuse of command options for DN. eg: --dn-mode=org --req-ou="Test backtick: `" build-* foo Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5cb462d - Browse repository at this point
Copy the full SHA 5cb462dView commit details
Commits on Oct 19, 2023
-
source_vars(): Use grep efficiently
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5f207cd - Browse repository at this point
Copy the full SHA 5f207cdView commit details -
Standardise function definition syntax
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for 294dace - Browse repository at this point
Copy the full SHA 294daceView commit details
Commits on Oct 22, 2023
-
Refactor moving temp-files to target-files
Because different commands have different cleanup requirements, this code reduces the success check to an if-then per command. Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0d12f4e - Browse repository at this point
Copy the full SHA 0d12f4eView commit details -
Add alias 'show-eku', for original command 'x509-eku'
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2733622 - Browse repository at this point
Copy the full SHA 2733622View commit details
Commits on Oct 25, 2023
-
x509-eku: Add support for x509-types/code-signing
Rewrite command x509-eku to allow easy inclusion for new EKU types. Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6104c39 - Browse repository at this point
Copy the full SHA 6104c39View commit details -
create_x509_type(): Return error, do not die
Due to output redirection, errors must only return an error, not use die. Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for f88c08a - Browse repository at this point
Copy the full SHA f88c08aView commit details -
clean_up(): Move file-restore tasks before temp-dir removal
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5f6111a - Browse repository at this point
Copy the full SHA 5f6111aView commit details -
renew: On sign-req error, restore files once and clear flag
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for 361ac95 - Browse repository at this point
Copy the full SHA 361ac95View commit details -
easyrsa_openssl(), verify_working_env(): Improve verbose messages
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for 607baaf - Browse repository at this point
Copy the full SHA 607baafView commit details -
create_x509_type(): Add type: codeSign
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for 257af50 - Browse repository at this point
Copy the full SHA 257af50View commit details
Commits on Oct 27, 2023
-
easyrsa_openssl(): Use 'case' for command selection
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for d249eeb - Browse repository at this point
Copy the full SHA d249eebView commit details -
ChangeLog: Expand renewable cert-types to include code-signing
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6ab01d8 - Browse repository at this point
Copy the full SHA 6ab01d8View commit details -
Merge branch 'remove-unused-code' of ssh://github.com/TinCanTech/easy…
…-rsa into v3.2.0 Removed a single extra space char. Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for 52bac31 - Browse repository at this point
Copy the full SHA 52bac31View commit details -
Merge branch 'escape_hazard_reuse_source_vars' of ssh://github.com/Ti…
…nCanTech/easy-rsa into v3.2.0 Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0eaa5c9 - Browse repository at this point
Copy the full SHA 0eaa5c9View commit details -
Merge branch 'x509-eku-v2' of ssh://github.com/TinCanTech/easy-rsa in…
…to v3.2.0 Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for bf17a5f - Browse repository at this point
Copy the full SHA bf17a5fView commit details
Commits on Oct 29, 2023
-
sign-req, SAN extention: Move set $san above output command group
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for f8702fe - Browse repository at this point
Copy the full SHA f8702feView commit details -
sign-req: Simplify code for EASYRSA_EXTRA_EXTS vs auto-SAN
EASYRSA_EXTRA_EXTS, as set by command line ALWAYS takes priority. For a server or serverClient certificate: If not set then EASYRSA_EXTRA_EXTS is set to a Server-Alt-Name [SAN], from either the certificate request file or the cerificate commonName. For all other certificates types, no default SAN is set. Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for de8051a - Browse repository at this point
Copy the full SHA de8051aView commit details -
display-san: Replace '&&' with 'if/then' to avoid hanging error exit
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5571aac - Browse repository at this point
Copy the full SHA 5571aacView commit details
Commits on Nov 2, 2023
-
New diagnostic command 'display-cn'
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4fec8a7 - Browse repository at this point
Copy the full SHA 4fec8a7View commit details -
Reorder functions: Move display_dn() above display_san()
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4d31728 - Browse repository at this point
Copy the full SHA 4d31728View commit details -
display_dn: Remove unwanted variable $name_opts
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for 16b382f - Browse repository at this point
Copy the full SHA 16b382fView commit details