MIME-Version: 1.0 X-RT-Interface: Web Content-Disposition: inline Subject: Comment zone functions related to NSEC3 processing Content-Type: text/plain; charset="utf-8" From: michal@isc.org Message-ID: To: bind9-public@isc.org X-Mailer: MIME-tools 5.508 (Entity 5.508) Content-Transfer-Encoding: binary Date: Wed, 20 Sep 2017 12:46:47 +0200 X-RT-Original-Encoding: utf-8 Content-Length: 400 lib/dns/zone.c contains multiple functions related to NSEC3 processing: - dns_zone_addnsec3chain() - dns_zone_setnsec3param() - fixup_nsec3param() - resume_addnsec3chain() - setnsec3param() - zone_addnsec3chain() - zone_nsec3chain() The purpose of each of these functions and the relations between them are far from obvious for an untrained eye and thus they could use some comments.