Skip to content

Introduce new 'tls-protocols' configuration option#1406

Open
gthess wants to merge 2 commits intomasterfrom
features/tls-protocols
Open

Introduce new 'tls-protocols' configuration option#1406
gthess wants to merge 2 commits intomasterfrom
features/tls-protocols

Conversation

@gthess
Copy link
Member

@gthess gthess commented Feb 16, 2026

It specifies which of the supported TLS protocols will be used.
This change invalidates some previous changes:

  which of the supported TLS protocols will be used.
  This change invalidates some previous changes:
  - TLSv1.2 is again enabled by default, but can be selectively turned off if
    desired (related to #1303).
  - The biefly introduced (not yet released) 'tls-use-system-versions'
    configuration option, that addressed #1346, is reverted in favor of
    'tls-protocols'.
  - The briefly introduced (not yet released) '--enable-system-tls'
    configure option, related to #1401, is no longer needed with the new
    option and the current default.
Copy link
Member

@wcawijngaards wcawijngaards left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code looks fine for the tls-protocols selection feature. If it can be used instead of the two other options, that looks to be a neater configuration set up.

Co-authored-by: Wouter Wijngaards <wcawijngaards@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants