mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #215] [MERGED] Properly deal with no SupportedAlgorithms supplied in Request #1305
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#1305
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hickory-dns/hickory-dns/pull/215
Author: @bluejekyll
Created: 9/28/2017
Status: ✅ Merged
Merged: 10/3/2017
Merged by: @bluejekyll
Base:
master← Head:fix-non-rsa-signing📝 Commits (10+)
0f2256eadd new testing harness for DNSSec3d2aaf4add signing and validation for ed255194a92ce2sha512 test13cb891self-sign DNSKEY4191589fix tests to pass DAUa420bc9ignore rfc6975 when not specifieda9c8b92clean up some logging55c4d38add ecdsa tests1ea1820make just openssl ecdsa tests work0f82471disable all SHA1 KeyFormats📊 Changes
24 files changed (+920 additions, -223 deletions)
View changed files
📝
CHANGELOG.md(+6 -0)📝
client/src/client/client_future.rs(+3 -1)📝
client/src/rr/dnssec/algorithm.rs(+46 -27)📝
client/src/rr/dnssec/key_format.rs(+138 -93)📝
client/src/rr/dnssec/supported_algorithm.rs(+19 -6)📝
client/src/rr/rr_set.rs(+16 -0)📝
server/src/authority/authority.rs(+10 -19)📝
server/src/authority/catalog.rs(+9 -3)📝
server/src/config.rs(+36 -30)📝
server/src/named.rs(+12 -4)➕
server/tests/named_test_configs/all_supported_dnssec.toml(+77 -0)➕
server/tests/named_test_configs/dnssec/ecdsa_p256.pem(+8 -0)➕
server/tests/named_test_configs/dnssec/ecdsa_p384.pem(+9 -0)➕
server/tests/named_test_configs/dnssec/ed25519.pk8(+0 -0)➕
server/tests/named_test_configs/dnssec/gen-keys.sh(+18 -0)➕
server/tests/named_test_configs/dnssec/rsa_2048.pem(+30 -0)➕
server/tests/named_test_configs/dnssec_with_update.toml(+69 -0)📝
server/tests/named_test_configs/example.toml(+3 -6)➕
server/tests/named_test_configs/openssl_dnssec.toml(+71 -0)📝
server/tests/server_harness/mod.rs(+101 -22)...and 4 more files
📄 Description
Fixes: #211
Fixes: #212
Fixes: #213
Fixes: #214
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.