Skip to content

Commit

Permalink
- Fix #927: unbound 1.18.0 make test error. Fix make test without SHA1.
Browse files Browse the repository at this point in the history
  • Loading branch information
wcawijngaards committed Aug 31, 2023
1 parent f0e1527 commit 1084380
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/Changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
31 August 2023: Wouter
- Fix autoconf 2.69 warnings in configure.
- Fix #927: unbound 1.18.0 make test error. Fix make test without SHA1.

30 August 2023: Wouter
- Fix for WKS call to getservbyname that creates allocation on exit
Expand Down
6 changes: 4 additions & 2 deletions testdata/autotrust_init_failsig.rpl
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,11 @@ SECTION QUESTION
www.example.com. IN A
ENTRY_END

; ede=6 with sha1, and ede=7 without, due to the fake-sha1 option it picks
; a different error cause, the signature expiry or crypto mismatch.
STEP 20 CHECK_ANSWER
ENTRY_BEGIN
MATCH all ede=6
MATCH all ede=any
REPLY QR RD RA DO SERVFAIL
SECTION QUESTION
www.example.com. IN A
Expand All @@ -158,7 +160,7 @@ ENTRY_END

STEP 22 CHECK_ANSWER
ENTRY_BEGIN
MATCH all ede=6
MATCH all ede=any
REPLY QR RA DO SERVFAIL
SECTION QUESTION
www.example.com. IN A
Expand Down

0 comments on commit 1084380

Please sign in to comment.