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