diff --git a/README b/README index 75ed2e9cae..de9fce81d9 100644 --- a/README +++ b/README @@ -143,6 +143,11 @@ addition to OpenSSL, BIND now requires support for IPv6, threads, and standard atomic operations provided by the C compiler. Non-threaded builds are no longer supported. +BIND 9.14.1 + +BIND 9.14.1 is a maintenance release, and addresses security +vulnerabilities disclosed in CVE-2018-5743 and CVE-2019-6467. + Building BIND Minimally, BIND requires a UNIX or Linux system with an ANSI C compiler, diff --git a/bin/dnssec/dnssec-keygen.8 b/bin/dnssec/dnssec-keygen.8 index 2cdddaebae..7758ae9d3e 100644 --- a/bin/dnssec/dnssec-keygen.8 +++ b/bin/dnssec/dnssec-keygen.8 @@ -308,17 +308,18 @@ contains the private key\&. .PP The \&.key -file contains a DNS KEY record that can be inserted into a zone file (directly or with a $INCLUDE statement)\&. +file contains a DNSKEY or KEY record\&. When a zone is being signed by +\fBnamed\fR +or +\fBdnssec\-signzone\fR\fB\-S\fR, DNSKEY records are included automatically\&. In other cases, the +\&.key +file can be inserted into a zone file manually or with a +\fB$INCLUDE\fR +statement\&. .PP The \&.private file contains algorithm\-specific fields\&. For obvious security reasons, this file does not have general read permission\&. -.PP -Both -\&.key -and -\&.private -files are generated for symmetric cryptography algorithms such as HMAC\-MD5, even though the public and private key are equivalent\&. .SH "EXAMPLE" .PP To generate an ECDSAP256SHA256 zone\-signing key for the zone diff --git a/bin/dnssec/dnssec-keygen.html b/bin/dnssec/dnssec-keygen.html index 73591c031d..b23904790a 100644 --- a/bin/dnssec/dnssec-keygen.html +++ b/bin/dnssec/dnssec-keygen.html @@ -462,10 +462,12 @@ key.
- The .key file contains a DNS KEY record
- that
- can be inserted into a zone file (directly or with a $INCLUDE
- statement).
+ The .key file contains a DNSKEY or KEY record.
+ When a zone is being signed by named
+ or dnssec-signzone -S, DNSKEY
+ records are included automatically. In other cases,
+ the .key file can be inserted into a zone file
+ manually or with a $INCLUDE statement.
The .private file contains
@@ -473,11 +475,6 @@
fields. For obvious security reasons, this file does not have
general read permission.
- Both .key and .private
- files are generated for symmetric cryptography algorithms such as
- HMAC-MD5, even though the public and private key are equivalent.
-
BIND 9.14.0 (Stable Release)
+BIND 9.14.1 (Stable Release)