]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: dev: Add TLS SNI extension to all outgoing TLS connections
authorArtem Boldariev <artem@isc.org>
Thu, 26 Dec 2024 15:57:10 +0000 (15:57 +0000)
committerArtem Boldariev <artem@isc.org>
Thu, 26 Dec 2024 15:57:10 +0000 (15:57 +0000)
commit6eb77ed2b07de570102a6c2ac676a2d3a0eb43b8
tree6f85e548d2c9f514e1abe8140d346f1b8db59cd9
parent6ce55429f140f949924204ecf74223fc3577bd95
parent740292d3ec6b9cc0906756067c35750903057bfb
chg: dev: Add TLS SNI extension to all outgoing TLS connections

This change ensures that SNI extension is used in outgoing connections over TLS (e.g. for DoT and DoH) when applicable.

Closes #5099

Merge branch 'artem-outgoing-tls-sni-support' into 'main'

See merge request isc-projects/bind9!9923