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:
parent
b890abb4f3
commit
087eab022f
@ -127,11 +127,38 @@
|
||||
implementation of "rbt") has been removed. [GL #217]
|
||||
</para>
|
||||
</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>
|
||||
</section>
|
||||
|
||||
<section xml:id="relnotes_changes"><info><title>Feature Changes</title></info>
|
||||
<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>
|
||||
<para>
|
||||
BIND can no longer be built without DNSSEC support. A cryptography
|
||||
|
Loading…
x
Reference in New Issue
Block a user