]> git.ipfire.org Git - thirdparty/bind9.git/commit
Dig: carefully check if the server name for SNI is a hostname
authorArtem Boldariev <artem@boldariev.com>
Fri, 14 Mar 2025 19:35:39 +0000 (21:35 +0200)
committerArtem Boldariev <artem@boldariev.com>
Mon, 31 Mar 2025 12:07:33 +0000 (15:07 +0300)
commitd6c92d3f07efbfe90ca20b483a3c66bce1d9afad
tree72bfede80ae9ace21caa839386d5ace0dc2c389f
parent634625be0751b29074de6aef84fae6afda7bc667
Dig: carefully check if the server name for SNI is a hostname

Previously the code would not check if the string intended to be used
for SNI is a hostname.

(cherry picked from commit 16a306687a2049dff0bb4139165fc22381905643)
bin/dig/dighost.c