From d91e313337499325306380f4aeda702e7fd7f100 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Wed, 16 May 2018 11:58:52 -0700 Subject: [PATCH] CHANGES and release note --- CHANGES | 8 ++++++++ doc/arm/notes.xml | 11 +++++++++++ 2 files changed, 19 insertions(+) diff --git a/CHANGES b/CHANGES index 12d2fd6a94..9f211b6819 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +4957. [func] The default setting for "dnssec-validation" is now + "auto", which activates DNSSEC validation using the + IANA root key. (The default can be changed back to + "yes", which activates DNSSEC validation only when keys + are explicitly configured in named.conf, by building + BIND with "configure --disable-auto-validation".) + [GL #30] + 4956. [func] Change isc_random() to be just PRNG using xoshiro128**, and add isc_nonce_buf() that uses CSPRNG. [GL #289] diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index 30ca51b601..5032df3741 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -196,6 +196,17 @@ resort. [GL #221] + + + The default setting for dnssec-validation is + now auto, which activates DNSSEC + validation using the IANA root key. (The default can be changed + back to yes, which activates DNSSEC + validation only when keys are explicitly configured in + named.conf, by building BIND with + configure --disable-auto-validation.) [GL #30] + + BIND can no longer be built without DNSSEC support. A cryptography