Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upNSEC validation failing in nightly #152
Comments
bluejekyll
added
the
bug
label
Jun 24, 2017
carols10cents
referenced this issue
Jun 25, 2017
Closed
Moved value gets dropped if reassigned #42903
This comment has been minimized.
This comment has been minimized.
|
Possible root cause: rust-lang/rust#39409 |
This comment has been minimized.
This comment has been minimized.
|
the related bug was closed. just need valid test run before closing this: rust-lang/rust#42903 |
This comment has been minimized.
This comment has been minimized.
|
|
bluejekyll
closed this
Jun 29, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bluejekyll commentedJun 24, 2017
•
edited
There is something incorrect in the trust-dns-server authority. NSEC validation of publicly signed records functions properly.
cargo test test_nsec_query_example_nonetwhich relies on the trust-dns-server Authority fails, while
cargo test test_nsec_query_example -- --ignoredwhich tests public records, passes
Regression on nightly
Ok, had a minute to track down the nightly version that broke this.
repro with:
rustup run nightly-2017-06-20 cargo test test_nsec_query_example_nonetCurrent understanding of issue
Authoritysigning logic