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

CORE-5589 Add config to select minimum TLS version #21372

Merged

Commits on Jul 17, 2024

  1. config: Introduced config::tls_version

    Signed-off-by: Michael Boquard <michael@redpanda.com>
    michael-redpanda committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    73496c5 View commit details
    Browse the repository at this point in the history
  2. config: Add support for parsing config::tls_version

    Signed-off-by: Michael Boquard <michael@redpanda.com>
    michael-redpanda committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    db030c3 View commit details
    Browse the repository at this point in the history
  3. config: Introduce tls_min_version

    Signed-off-by: Michael Boquard <michael@redpanda.com>
    michael-redpanda committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    bfa8914 View commit details
    Browse the repository at this point in the history
  4. config: Added conversion of config to Seastar

    Signed-off-by: Michael Boquard <michael@redpanda.com>
    michael-redpanda committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c00ae2d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. net: Using tls_min_version

    Signed-off-by: Michael Boquard <michael@redpanda.com>
    michael-redpanda committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    c651419 View commit details
    Browse the repository at this point in the history
  2. dt: Added tests for tls_min_version

    Signed-off-by: Michael Boquard <michael@redpanda.com>
    michael-redpanda committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    8bf2e75 View commit details
    Browse the repository at this point in the history