chiark / gitweb /
shared: dns-name - use the canonical dns name ordering
authorTom Gundersen <teg@jklm.no>
Mon, 20 Jul 2015 14:01:03 +0000 (16:01 +0200)
committerSven Eden <yamakuzure@gmx.net>
Tue, 14 Mar 2017 09:07:02 +0000 (10:07 +0100)
commitb22f231c1eb04e77ca79df676d5989ae1061fbaf
treefff175591084ccf891c93bf689cd8d2d6e4ffdfc
parentc99a8256056afe4273bee49d4ab0def3d5833b02
shared: dns-name - use the canonical dns name ordering

The canonical DNS name ordering considers the rightmost label the most significant,
we were considering it the least significant. This is important when implementing
NSEC, which relies on the correct order.
src/shared/dns-domain.c