Skip to content

Commit

Permalink
Revert the bidirectional hash map based checking for orphaned NSEC3 h…
Browse files Browse the repository at this point in the history
…ashed owner names, as it's slow AND original ldns-signzone doesn't check correctly for hashes that are not orphans due to correspoding to an ENT (as it discovers ENTs _after_ rejecting orphaned hashed owner names) AND the conclusion is that original ldns-signzone should strip NSEC(3)s on load, as we previously, and again now do.
  • Loading branch information
ximon18 committed Dec 27, 2024
1 parent 045deb6 commit 4ed0ed5
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 245 deletions.
9 changes: 1 addition & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jiff = { version = "0.1.15", default-features = false, features = ["alloc"] }
# still uses it. And sharded-slab is used by tracing-subscriber, which is
# used by domain, which is used by us.
_unused_lazy_static = { package = "lazy_static", version = "1.0.2" }
bimap = "0.6.3"

[dev-dependencies]
const_format = " 0.2.33"
Expand Down
Loading

0 comments on commit 4ed0ed5

Please sign in to comment.