-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new: usr: adds support for EDE code 1 and 2
Add support for EDE codes 1 & 2 which might occurs during DNSSEC validation in case of unsupported RRSIG algorithm or DNSKEY digest. See #2715 Merge branch '2715-ede-unsupported-digest-alg' into 'main' See merge request isc-projects/bind9!9948
- Loading branch information
Showing
18 changed files
with
316 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
bin/tests/system/dnssec/ns3/digest-alg-unsupported.example.db.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
; Copyright (C) Internet Systems Consortium, Inc. ("ISC") | ||
; | ||
; SPDX-License-Identifier: MPL-2.0 | ||
; | ||
; This Source Code Form is subject to the terms of the Mozilla Public | ||
; License, v. 2.0. If a copy of the MPL was not distributed with this | ||
; file, you can obtain one at https://mozilla.org/MPL/2.0/. | ||
; | ||
; See the COPYRIGHT file distributed with this work for additional | ||
; information regarding copyright ownership. | ||
|
||
$TTL 300 ; 5 minutes | ||
@ IN SOA mname1. . ( | ||
2000042407 ; serial | ||
20 ; refresh (20 seconds) | ||
20 ; retry (20 seconds) | ||
1814400 ; expire (3 weeks) | ||
3600 ; minimum (1 hour) | ||
) | ||
NS ns | ||
ns A 10.53.0.3 | ||
a A 10.0.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
; Copyright (C) Internet Systems Consortium, Inc. ("ISC") | ||
; | ||
; SPDX-License-Identifier: MPL-2.0 | ||
; | ||
; This Source Code Form is subject to the terms of the Mozilla Public | ||
; License, v. 2.0. If a copy of the MPL was not distributed with this | ||
; file, you can obtain one at https://mozilla.org/MPL/2.0/. | ||
; | ||
; See the COPYRIGHT file distributed with this work for additional | ||
; information regarding copyright ownership. | ||
|
||
$TTL 300 ; 5 minutes | ||
@ IN SOA mname1. . ( | ||
2000042407 ; serial | ||
20 ; refresh (20 seconds) | ||
20 ; retry (20 seconds) | ||
1814400 ; expire (3 weeks) | ||
3600 ; minimum (1 hour) | ||
) | ||
NS ns | ||
ns A 10.53.0.3 | ||
a A 10.0.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.