Fully support *ring* for all DNSSEC operations. (#1145)

* add more debug information to DNSSEC validation

* update ring validation to allow 1024bit keys for all Algorithm types

* disable dnssec tests in std builds

* ensure TrustAnchor is constructed properly in DnsSecSyncClient

* add key length to DNSKEY display
This commit is contained in:
Benjamin Fry
2020-06-23 10:46:22 -07:00
committed by GitHub
parent e1ef6e0886
commit 2710b9f4f4
12 changed files with 169 additions and 69 deletions

View File

@@ -72,7 +72,7 @@ fn test_ip_lookup_across_threads() {
}
#[test]
#[ignore] // these appear to not work on CI
#[cfg(feature = "dnssec")]
fn test_sec_lookup() {
use testing::sec_lookup_test;
let io_loop = AsyncStdRuntime::new();
@@ -81,7 +81,7 @@ fn test_sec_lookup() {
}
#[test]
#[ignore] // these appear to not work on CI
#[cfg(feature = "dnssec")]
fn test_sec_lookup_fails() {
use testing::sec_lookup_fails_test;
let io_loop = AsyncStdRuntime::new();