]> git.ipfire.org Git - thirdparty/unbound.git/commit
- Fix that upstream TLS connections are not reused as TLS
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 21 Apr 2026 09:59:05 +0000 (11:59 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 21 Apr 2026 09:59:05 +0000 (11:59 +0200)
commit9de549c498439d4426374f1fd5884ca2ee643fa4
tree05264711bd2513e310c1de63bf42e30f1f810930
parent84c645e7b39e13a1a8d9e3fd8a96c694387e04f6
- Fix that upstream TLS connections are not reused as TLS
  connections for a different name, at the same IP. This
  checks that the tls name is correct when reusing the
  upstream connections. Thanks to TaoFei Guo from Peking
  University and JianJun Chen from Tsinghua University for
  the report.
13 files changed:
doc/Changelog
services/outside_network.c
services/outside_network.h
testdata/tls_reuse_auth.tdir/tls_reuse_auth.conf [new file with mode: 0644]
testdata/tls_reuse_auth.tdir/tls_reuse_auth.conf2 [new file with mode: 0644]
testdata/tls_reuse_auth.tdir/tls_reuse_auth.dsc [new file with mode: 0644]
testdata/tls_reuse_auth.tdir/tls_reuse_auth.post [new file with mode: 0644]
testdata/tls_reuse_auth.tdir/tls_reuse_auth.pre [new file with mode: 0644]
testdata/tls_reuse_auth.tdir/tls_reuse_auth.test [new file with mode: 0644]
testdata/tls_reuse_auth.tdir/unbound_control.key [new file with mode: 0644]
testdata/tls_reuse_auth.tdir/unbound_control.pem [new file with mode: 0644]
testdata/tls_reuse_auth.tdir/unbound_server.key [new file with mode: 0644]
testdata/tls_reuse_auth.tdir/unbound_server.pem [new file with mode: 0644]