]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix 'make test' to work for --disable-sha1 configure option.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 8 Jan 2020 08:23:46 +0000 (09:23 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 8 Jan 2020 08:23:46 +0000 (09:23 +0100)
doc/Changelog
testdata/auth_zonefile_dnssec_fail.rpl

index e6d42a2e88f7da5c7c155fd825e0c352a48edc2e..92b036db3ed754ffe0b7ff1998dbfe5ae9035f86 100644 (file)
@@ -1,3 +1,6 @@
+8 January 2020: Wouter
+       - Fix 'make test' to work for --disable-sha1 configure option.
+
 6 January 2020: George
        - Downgrade compat/getentropy_solaris.c to version 1.4 from OpenBSD.
          The dl_iterate_phdr() function introduced in newer versions raises
index 49da19993a63ab8a1b7a6cbd353218d7d636a45e..7e4e51de5cd462e5935dd9d2846c31952293bb8c 100644 (file)
@@ -47,7 +47,9 @@ ns.example.com. 3600    IN      RRSIG   A 3 3 3600 20070926135752 20070829135752
 ; this RR is edited to create the failure
 ;www.example.com. IN A   10.20.30.40
 www.example.com. IN A   127.0.0.1
-www.example.com.        3600    IN      RRSIG   A 3 3 3600 20070926134150 20070829134150 2854 example.com. MC0CFC99iE9K5y2WNgI0gFvBWaTi9wm6AhUAoUqOpDtG5Zct+Qr9F3mSdnbc6V4= ;{id = 2854}
+; also edits the signature to fail, without needing crypto checks.
+;www.example.com.        3600    IN      RRSIG   A 3 3 3600 20070926134150 20070829134150 2854 example.com. MC0CFC99iE9K5y2WNgI0gFvBWaTi9wm6AhUAoUqOpDtG5Zct+Qr9F3mSdnbc6V4= ;{id = 2854}
+www.example.com.        3600    IN      RRSIG   A 3 3 3600 20070926134150 20070829134150 28540 example.com. MC0CFC99iE9K5y2WNgI0gFvBWaTi9wm6AhUAoUqOpDtG5Zct+Qr9F3mSdnbc6V4= ;{id = 2854}
 
 TEMPFILE_END