-
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
Inline v2 #1201
Inline v2 #1201
Commits on Aug 5, 2024
-
Introduce inline_file(): Rewrite and simplify inlining routine
Signed-off-by: Richard T Bonhomme <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 823f70f - Browse repository at this point
Copy the full SHA 823f70fView commit details -
sign-req: Use inline_file() - build_full: Do not use inline_creds()
Signed-off-by: Richard T Bonhomme <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a0ebb8 - Browse repository at this point
Copy the full SHA 6a0ebb8View commit details -
Remove inline_creds(), replaced by inline_file()
Signed-off-by: Richard T Bonhomme <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b62986c - Browse repository at this point
Copy the full SHA b62986cView commit details -
Select inline_file() for command 'inline'
Signed-off-by: Richard T Bonhomme <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de0c796 - Browse repository at this point
Copy the full SHA de0c796View commit details -
inline: Disable EASYRSA_SILENT, no longer required
Signed-off-by: Richard T Bonhomme <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 17a759b - Browse repository at this point
Copy the full SHA 17a759bView commit details
Commits on Aug 6, 2024
-
inline_file(): Provide full header details
Signed-off-by: Richard T Bonhomme <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f366e6 - Browse repository at this point
Copy the full SHA 6f366e6View commit details -
ChangeLog: Move auto-inline from build_full() to sign_req()
Signed-off-by: Richard T Bonhomme <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 853f172 - Browse repository at this point
Copy the full SHA 853f172View commit details -
Inline self-sign certificate: Use new inline_file() function
Requires ssl_cert_x509v3_eku(): Check for self signed certificate. Signed-off-by: Richard T Bonhomme <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 52022d9 - Browse repository at this point
Copy the full SHA 52022d9View commit details -
Signed-off-by: Richard T Bonhomme <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6833d83 - Browse repository at this point
Copy the full SHA 6833d83View commit details -
revoke_move(): Simplify and use '-f' for file existence check
Signed-off-by: Richard T Bonhomme <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ab98c9 - Browse repository at this point
Copy the full SHA 6ab98c9View commit details -
expire_cert(): Use '-f' for file existence check
Signed-off-by: Richard T Bonhomme <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b71028d - Browse repository at this point
Copy the full SHA b71028dView commit details -
locate_support_files(): Use '-d' and '-f'
for dir/file existence check Signed-off-by: Richard T Bonhomme <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 321a2c0 - Browse repository at this point
Copy the full SHA 321a2c0View commit details -
build_ca(): Simplify use of easyrsa_mkdir
Signed-off-by: Richard T Bonhomme <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 42feab3 - Browse repository at this point
Copy the full SHA 42feab3View commit details -
self_sign(): Simplify and use '-f' for file existence
Signed-off-by: Richard T Bonhomme <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c53ca0 - Browse repository at this point
Copy the full SHA 1c53ca0View commit details -
gen_dh(): Use '-f' for file existence and correct indentation
Signed-off-by: Richard T Bonhomme <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 24dcd55 - Browse repository at this point
Copy the full SHA 24dcd55View commit details -
sign_req(): Simplify and use '-f' for file exitence
Signed-off-by: Richard T Bonhomme <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f6cf24 - Browse repository at this point
Copy the full SHA 9f6cf24View commit details -
build_full(): Use '-f' for file existence and drop existing inline check
Signed-off-by: Richard T Bonhomme <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 41e87dd - Browse repository at this point
Copy the full SHA 41e87ddView commit details -
inline_file(): Use '-f' for file existence
Signed-off-by: Richard T Bonhomme <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8882eba - Browse repository at this point
Copy the full SHA 8882ebaView commit details -
revoke(): Use '-f' for file existence and remove excess '{}' braces
Signed-off-by: Richard T Bonhomme <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 86f1208 - Browse repository at this point
Copy the full SHA 86f1208View commit details -
import_req(): Use '-f' for file existence
Signed-off-by: Richard T Bonhomme <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9dddda9 - Browse repository at this point
Copy the full SHA 9dddda9View commit details -
set_pass(): Use '-f' for file existence
Signed-off-by: Richard T Bonhomme <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 962c68f - Browse repository at this point
Copy the full SHA 962c68fView commit details -
export_pkcs(): Use '-f' for file existence
Signed-off-by: Richard T Bonhomme <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 272200f - Browse repository at this point
Copy the full SHA 272200fView commit details -
verify_cert(): Use '-f' for file existence
Signed-off-by: Richard T Bonhomme <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 54866a1 - Browse repository at this point
Copy the full SHA 54866a1View commit details -
show() and show_ca(): Use '-f' for file existence
Signed-off-by: Richard T Bonhomme <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 45b42fd - Browse repository at this point
Copy the full SHA 45b42fdView commit details -
select_vars() and source_vars(): Use '-f' for file existence
Signed-off-by: Richard T Bonhomme <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d9c9312 - Browse repository at this point
Copy the full SHA d9c9312View commit details -
Command parser: Use '-f' for file existence
Signed-off-by: Richard T Bonhomme <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12aadda - Browse repository at this point
Copy the full SHA 12aaddaView commit details -
easyrsa_mktemp(): Use '-f' for file existence
Signed-off-by: Richard T Bonhomme <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ad4cef - Browse repository at this point
Copy the full SHA 4ad4cefView commit details -
cleanup(): Add comment to explain use of '-e' for object existence
Signed-off-by: Richard T Bonhomme <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a0839b - Browse repository at this point
Copy the full SHA 7a0839bView commit details -
init_pki(): Use '-d' for directory existence; sign_req(): Use '-f'
Signed-off-by: Richard T Bonhomme <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a2d57f5 - Browse repository at this point
Copy the full SHA a2d57f5View commit details -
easyrsa-tools.lib: Use '-f' for file existence
Signed-off-by: Richard T Bonhomme <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a02f545 - Browse repository at this point
Copy the full SHA a02f545View commit details -
ChangeLog: Switch to '-f' for file existence
Signed-off-by: Richard T Bonhomme <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2190110 - Browse repository at this point
Copy the full SHA 2190110View commit details