]> git.ipfire.org Git - thirdparty/unbound.git/commit
Fix #1346: [FR] Please allow back TLS 1.2. (#1349)
authorYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Mon, 29 Sep 2025 10:03:56 +0000 (12:03 +0200)
committerGitHub <noreply@github.com>
Mon, 29 Sep 2025 10:03:56 +0000 (12:03 +0200)
commit499a3a7a612ad1e5ef5678bdb1bb6c059599419a
treec15ab4601392feeb59b767f1e59be7a8aed86a1f
parent2024c1d050601381e3c841f439685c0a6b0549ba
Fix #1346: [FR] Please allow back TLS 1.2. (#1349)

* 'tls-use-system-policy-versions' is introduced to allow Unbound to use
  any system available TLS version when serving TLS.

* Apply suggestions from code review

---------

Co-authored-by: Wouter Wijngaards <wcawijngaards@users.noreply.github.com>
13 files changed:
daemon/remote.c
daemon/unbound.c
dnstap/unbound-dnstap-socket.c
doc/example.conf.in
doc/unbound.conf.5.in
doc/unbound.conf.rst
util/config_file.c
util/config_file.h
util/configlexer.lex
util/configparser.y
util/net_help.c
util/net_help.h
winrc/win_svc.c