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

Inline v2 #1201

Merged
merged 31 commits into from
Aug 6, 2024
Merged

Inline v2 #1201

merged 31 commits into from
Aug 6, 2024

Commits on Aug 5, 2024

  1. Introduce inline_file(): Rewrite and simplify inlining routine

    Signed-off-by: Richard T Bonhomme <[email protected]>
    TinCanTech committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    823f70f View commit details
    Browse the repository at this point in the history
  2. sign-req: Use inline_file() - build_full: Do not use inline_creds()

    Signed-off-by: Richard T Bonhomme <[email protected]>
    TinCanTech committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    6a0ebb8 View commit details
    Browse the repository at this point in the history
  3. Remove inline_creds(), replaced by inline_file()

    Signed-off-by: Richard T Bonhomme <[email protected]>
    TinCanTech committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    b62986c View commit details
    Browse the repository at this point in the history
  4. Select inline_file() for command 'inline'

    Signed-off-by: Richard T Bonhomme <[email protected]>
    TinCanTech committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    de0c796 View commit details
    Browse the repository at this point in the history
  5. inline: Disable EASYRSA_SILENT, no longer required

    Signed-off-by: Richard T Bonhomme <[email protected]>
    TinCanTech committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    17a759b View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. inline_file(): Provide full header details

    Signed-off-by: Richard T Bonhomme <[email protected]>
    TinCanTech committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    6f366e6 View commit details
    Browse the repository at this point in the history
  2. ChangeLog: Move auto-inline from build_full() to sign_req()

    Signed-off-by: Richard T Bonhomme <[email protected]>
    TinCanTech committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    853f172 View commit details
    Browse the repository at this point in the history
  3. 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]>
    TinCanTech committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    52022d9 View commit details
    Browse the repository at this point in the history
  4. inline: Update help

    Signed-off-by: Richard T Bonhomme <[email protected]>
    TinCanTech committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    6833d83 View commit details
    Browse the repository at this point in the history
  5. revoke_move(): Simplify and use '-f' for file existence check

    Signed-off-by: Richard T Bonhomme <[email protected]>
    TinCanTech committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    6ab98c9 View commit details
    Browse the repository at this point in the history
  6. expire_cert(): Use '-f' for file existence check

    Signed-off-by: Richard T Bonhomme <[email protected]>
    TinCanTech committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    b71028d View commit details
    Browse the repository at this point in the history
  7. locate_support_files(): Use '-d' and '-f'

     for dir/file existence check
    
    Signed-off-by: Richard T Bonhomme <[email protected]>
    TinCanTech committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    321a2c0 View commit details
    Browse the repository at this point in the history
  8. build_ca(): Simplify use of easyrsa_mkdir

    Signed-off-by: Richard T Bonhomme <[email protected]>
    TinCanTech committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    42feab3 View commit details
    Browse the repository at this point in the history
  9. self_sign(): Simplify and use '-f' for file existence

    Signed-off-by: Richard T Bonhomme <[email protected]>
    TinCanTech committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    1c53ca0 View commit details
    Browse the repository at this point in the history
  10. gen_dh(): Use '-f' for file existence and correct indentation

    Signed-off-by: Richard T Bonhomme <[email protected]>
    TinCanTech committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    24dcd55 View commit details
    Browse the repository at this point in the history
  11. sign_req(): Simplify and use '-f' for file exitence

    Signed-off-by: Richard T Bonhomme <[email protected]>
    TinCanTech committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    9f6cf24 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    41e87dd View commit details
    Browse the repository at this point in the history
  13. inline_file(): Use '-f' for file existence

    Signed-off-by: Richard T Bonhomme <[email protected]>
    TinCanTech committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    8882eba View commit details
    Browse the repository at this point in the history
  14. revoke(): Use '-f' for file existence and remove excess '{}' braces

    Signed-off-by: Richard T Bonhomme <[email protected]>
    TinCanTech committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    86f1208 View commit details
    Browse the repository at this point in the history
  15. import_req(): Use '-f' for file existence

    Signed-off-by: Richard T Bonhomme <[email protected]>
    TinCanTech committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    9dddda9 View commit details
    Browse the repository at this point in the history
  16. set_pass(): Use '-f' for file existence

    Signed-off-by: Richard T Bonhomme <[email protected]>
    TinCanTech committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    962c68f View commit details
    Browse the repository at this point in the history
  17. export_pkcs(): Use '-f' for file existence

    Signed-off-by: Richard T Bonhomme <[email protected]>
    TinCanTech committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    272200f View commit details
    Browse the repository at this point in the history
  18. verify_cert(): Use '-f' for file existence

    Signed-off-by: Richard T Bonhomme <[email protected]>
    TinCanTech committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    54866a1 View commit details
    Browse the repository at this point in the history
  19. show() and show_ca(): Use '-f' for file existence

    Signed-off-by: Richard T Bonhomme <[email protected]>
    TinCanTech committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    45b42fd View commit details
    Browse the repository at this point in the history
  20. select_vars() and source_vars(): Use '-f' for file existence

    Signed-off-by: Richard T Bonhomme <[email protected]>
    TinCanTech committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d9c9312 View commit details
    Browse the repository at this point in the history
  21. Command parser: Use '-f' for file existence

    Signed-off-by: Richard T Bonhomme <[email protected]>
    TinCanTech committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    12aadda View commit details
    Browse the repository at this point in the history
  22. easyrsa_mktemp(): Use '-f' for file existence

    Signed-off-by: Richard T Bonhomme <[email protected]>
    TinCanTech committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4ad4cef View commit details
    Browse the repository at this point in the history
  23. cleanup(): Add comment to explain use of '-e' for object existence

    Signed-off-by: Richard T Bonhomme <[email protected]>
    TinCanTech committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    7a0839b View commit details
    Browse the repository at this point in the history
  24. init_pki(): Use '-d' for directory existence; sign_req(): Use '-f'

    Signed-off-by: Richard T Bonhomme <[email protected]>
    TinCanTech committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a2d57f5 View commit details
    Browse the repository at this point in the history
  25. easyrsa-tools.lib: Use '-f' for file existence

    Signed-off-by: Richard T Bonhomme <[email protected]>
    TinCanTech committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a02f545 View commit details
    Browse the repository at this point in the history
  26. ChangeLog: Switch to '-f' for file existence

    Signed-off-by: Richard T Bonhomme <[email protected]>
    TinCanTech committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    2190110 View commit details
    Browse the repository at this point in the history