mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
Add CHANGES and release note for [GL #1610]
This commit is contained in:
7
CHANGES
7
CHANGES
@@ -1,3 +1,10 @@
|
||||
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]
|
||||
|
@@ -43,6 +43,12 @@ Feature Changes
|
||||
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
|
||||
~~~~~~~~~
|
||||
|
||||
|
Reference in New Issue
Block a user