From 087eab022f81fd826612f29175be33b75a5827f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Mon, 14 May 2018 12:43:19 +0200 Subject: [PATCH] Add release notes. --- doc/arm/notes.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index e0a37f8728..f22186bd7d 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -127,11 +127,38 @@ implementation of "rbt") has been removed. [GL #217] + + + The -r randomdev option to explicitly select + random device has been removed from + ddns-confgen, + rndc-confgen, + nsupdate, + dnssec-confgen, and + dnssec-signzone commands. + + + The -p option to use pseudo-random data + has been removed from dnssec-signzone + command. + +
Feature Changes + + + BIND will now always you use the best CSPRNG + (cryptographically-secure pseudo-random number generator) + available on the platform where it is compiled. It will use + arc4random() family of functions on BSDs, getrandom() on + Linux and Solaris, CryptGenRandom on Windows, and the + selected cryptographic library (OpenSSL or PKCS#11) provider + as the last resort. [GL #221] + + BIND can no longer be built without DNSSEC support. A cryptography