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

Add option to authenticate via client certificates updated #166

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Commits on Oct 6, 2023

  1. Add option to authenticate via client certificates

    Client certificate and privat key of Client certificate are send to the set
    Server. Add description on how to use this authentication method in
    "docs/using.rst" file.
    
    Signed-off-by: Cem Tenruh <[email protected]>
    ctenruh-phytec authored and flobz committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    3dad68e View commit details
    Browse the repository at this point in the history
  2. test/rauc-hawkbit-updater: New text in "expected output"

    Signed-off-by: Cem Tenruh <[email protected]>
    ctenruh-phytec authored and flobz committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    4654514 View commit details
    Browse the repository at this point in the history
  3. update doc

    Signed-off-by: Florian Bezannier <[email protected]>
    flobz committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    f7eabf9 View commit details
    Browse the repository at this point in the history
  4. mv curl cert client option to set_default_curl_opts

    Signed-off-by: Florian Bezannier <[email protected]>
    flobz committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    01c24a7 View commit details
    Browse the repository at this point in the history
  5. simplify auth method check

    Signed-off-by: Florian Bezannier <[email protected]>
    flobz committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    d8e6106 View commit details
    Browse the repository at this point in the history
  6. docs: update mtls doc

    Signed-off-by: Florian Bezannier <[email protected]>
    flobz committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    ba7bf4c View commit details
    Browse the repository at this point in the history
  7. mtls: check if cert and key exist

    Signed-off-by: Florian Bezannier <[email protected]>
    flobz committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    c7e2506 View commit details
    Browse the repository at this point in the history
  8. mtls: add http header even if the is no auth token

    Signed-off-by: Florian Bezannier <[email protected]>
    flobz committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    1e32697 View commit details
    Browse the repository at this point in the history
  9. mtls: handle auth without token

    Signed-off-by: Florian Bezannier <[email protected]>
    flobz committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    c667f50 View commit details
    Browse the repository at this point in the history
  10. hawkbit-client: add url and method value in debug mode

    Signed-off-by: Florian Bezannier <[email protected]>
    flobz committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    1a42d68 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. mtls: add test

    Signed-off-by: Florian Bezannier <[email protected]>
    flobz committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    4082d02 View commit details
    Browse the repository at this point in the history
  2. ssl config option must be true if certificate authentication

    Signed-off-by: Florian Bezannier <[email protected]>
    flobz committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    8ca49cc View commit details
    Browse the repository at this point in the history
  3. add mtls test to ci

    Signed-off-by: Florian Bezannier <[email protected]>
    flobz committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    8d876f7 View commit details
    Browse the repository at this point in the history
  4. docs: add dependancies

    Signed-off-by: Florian Bezannier <[email protected]>
    flobz committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    5f1d3e0 View commit details
    Browse the repository at this point in the history
  5. fix: slow download test

    Signed-off-by: Florian Bezannier <[email protected]>
    flobz committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    b2d77d9 View commit details
    Browse the repository at this point in the history
  6. tests: add compatibility with libcurl>=8.0.0

    Signed-off-by: Florian Bezannier <[email protected]>
    flobz committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    4816283 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. revert: serparate mtls test because hawkbit 0.3.0 allow http and http…

    …s in the same time
    
    Signed-off-by: Florian Bezannier <[email protected]>
    flobz committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    99dc571 View commit details
    Browse the repository at this point in the history