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 flags to configure secure connection client certificate #11

Merged
merged 8 commits into from
Aug 18, 2022

Commits on Aug 5, 2022

  1. [eclipse-kanto#10] Add flags to configure secure connection client ce…

    …rtificate
    
    There should be an option to configure loading client certificate from file, instead of using the system pool.
    
    Signed-off-by: Georgi Koitchev <georgi.koitchev@bosch.io>
    gkoitchev-bosch committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    e819884 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. [eclipse-kanto#10] Add flags to configure secure connection client ce…

    …rtificate
    
    There should be an option to configure loading client certificate from file, instead of using the system pool.
    - Added flags
    - Added parameters for cert and key files where secure connection is established.
    
    Signed-off-by: Georgi Koitchev <georgi.koitchev@bosch.io>
    gkoitchev-bosch committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    5c2c9ad View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. [eclipse-kanto#10] Add flags to configure secure connection client ce…

    …rtificate
    
    - removed key flag
    - cert flag renamed to serverCert
    - removed license files
    
    Signed-off-by: Georgi Boyvalenkov <Georgi.Boyvalenkov@bosch.io>
    gboyvalenkov-bosch committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    89b70f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. [eclipse-kanto#10] Add flags to configure secure connection client ce…

    …rtificate
    
    - removed secure cipher suites from tls config, as it is part of another issue
    
    Signed-off-by: Georgi Boyvalenkov <Georgi.Boyvalenkov@bosch.io>
    gboyvalenkov-bosch committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    5ac3e31 View commit details
    Browse the repository at this point in the history
  2. [eclipse-kanto#10] Add flags to configure secure connection client ce…

    …rtificate
    
    - unified implementations of http test servers
    - minor refactoring and improvements
    
    Signed-off-by: Georgi Boyvalenkov <Georgi.Boyvalenkov@bosch.io>
    gboyvalenkov-bosch committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    1b97065 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. [eclipse-kanto#10] Add flags to configure secure connection client ce…

    …rtificate
    
    - implementation only
    
    Signed-off-by: Georgi Boyvalenkov <Georgi.Boyvalenkov@bosch.io>
    gboyvalenkov-bosch committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    d1d0327 View commit details
    Browse the repository at this point in the history
  2. [eclipse-kanto#10] Add flags to configure secure connection client ce…

    …rtificate
    
    - minor description/default value adjustments
    
    Signed-off-by: Georgi Boyvalenkov <Georgi.Boyvalenkov@bosch.io>
    gboyvalenkov-bosch committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    19699ba View commit details
    Browse the repository at this point in the history
  3. [eclipse-kanto#10] Add flags to configure secure connection client ce…

    …rtificate
    
    - minor description adjustments
    
    Signed-off-by: Georgi Boyvalenkov <Georgi.Boyvalenkov@bosch.io>
    gboyvalenkov-bosch committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    9f274bc View commit details
    Browse the repository at this point in the history