2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

Add release notes.

This commit is contained in:
Ondřej Surý 2018-05-14 12:43:19 +02:00 committed by Witold Kręcicki
parent b890abb4f3
commit 087eab022f

View File

@ -127,11 +127,38 @@
implementation of "rbt") has been removed. [GL #217] implementation of "rbt") has been removed. [GL #217]
</para> </para>
</listitem> </listitem>
<listitem>
<para>
The <command>-r randomdev</command> option to explicitly select
random device has been removed from
<command>ddns-confgen</command>,
<command>rndc-confgen</command>,
<command>nsupdate</command>,
<command>dnssec-confgen</command>, and
<command>dnssec-signzone</command> commands.
</para>
<para>
The <command>-p</command> option to use pseudo-random data
has been removed from <command>dnssec-signzone</command>
command.
</para>
</listitem>
</itemizedlist> </itemizedlist>
</section> </section>
<section xml:id="relnotes_changes"><info><title>Feature Changes</title></info> <section xml:id="relnotes_changes"><info><title>Feature Changes</title></info>
<itemizedlist> <itemizedlist>
<listitem>
<para>
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]
</para>
</listitem>
<listitem> <listitem>
<para> <para>
BIND can no longer be built without DNSSEC support. A cryptography BIND can no longer be built without DNSSEC support. A cryptography