+5771. [bug] Use idn2 UseSTD3ASCIIRules=false to disable additional
+ unicode validity checks because enabling the additional
+ checks would break valid domain names that contains
+ non-alphanumerical characters such as underscore
+ character (_) or wildcard (*). This reverts change
+ [GL !5738] from the previous release. [GL #1610]
+
5770. [func] BIND could abort on startup on systems using old
OpenSSL versions when 'protocols' option is used inside
a 'tls' statement. [GL !5602]
For example: ``allow-transfer port 853 transport tls { any; };``
:gl:`#2776`
+- `UseSTD3ASCIIRules`_ is now disabled for IDN support. This disables additional
+ validation rules for domain names in dig because applying the rules would
+ silently strip characters not-allowed in hostnames such as underscore (``_``)
+ or wildcard (``*``) characters. This reverts change :gl:`!5738` from the
+ previous release. :gl:`#1610`
+
Bug Fixes
~~~~~~~~~