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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user