Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
087eab02
Commit
087eab02
authored
May 14, 2018
by
Ondřej Surý
Committed by
Witold Krecicki
May 16, 2018
Browse files
Add release notes.
parent
b890abb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/arm/notes.xml
View file @
087eab02
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment