DNS does not make a distinction between lower case and upper case of ASCII letter, but Zonemaster-Engine preserves case through the machinery.
Change the API and implementation of Zonemaster-Engine so that it always down case the submitted zone name before doing any process.
If the zone name has any IDN A-labels those should also be in lower case.
A discussion is needed for the handling of any IDN U-labels in the zone name.
This is related to issue #734.
Make what has been added by #1040 being used.
DNS does not make a distinction between lower case and upper case of ASCII letter, but Zonemaster-Engine preserves case through the machinery.
Change the API and implementation of Zonemaster-Engine so that it always down case the submitted zone name before doing any process.
If the zone name has any IDN A-labels those should also be in lower case.
A discussion is needed for the handling of any IDN U-labels in the zone name.
This is related to issue #734.
Make what has been added by #1040 being used.