2968. [security] Named could fail to prove a data set was insecure
before marking it as insecure. One set of conditions
that can trigger this occurs naturally when rolling
DNSKEY algorithms. [RT #22309]
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.33 2010/09/07 00:58:35 marka Exp $ */
|
||||
/* $Id: named.conf,v 1.34 2010/11/16 01:14:51 marka Exp $ */
|
||||
|
||||
// NS2
|
||||
|
||||
@@ -90,4 +90,9 @@ zone "single-nsec3" {
|
||||
file "single-nsec3.db.signed";
|
||||
};
|
||||
|
||||
zone "algroll" {
|
||||
type master;
|
||||
file "algroll.db.signed";
|
||||
};
|
||||
|
||||
include "trusted.conf";
|
||||
|
||||
Reference in New Issue
Block a user