mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 19:25:56 +03:00
[PR #121] [MERGED] WIP: sig0 compatibility tests #1252
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#1252
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/121
Author: @bluejekyll
Created: 4/25/2017
Status: ✅ Merged
Merged: 5/2/2017
Merged by: @bluejekyll
Base:
master← Head:sig0_fixes📝 Commits (10+)
65004d0sig0 compatibility testsbd94560get test passing8d0a2barequire openssl for dnskey-to-pem48bfbb5run compatibility tests in travis23ea647make install_bind executable7e041e2specify filename for wget311a64bfix path names for bind8c7a527fix call to configure; disable create until passingd515baespecify bind for compatibility test81fb8eefix bind binary path📊 Changes
23 files changed (+905 additions, -31 deletions)
View changed files
📝
.travis.yml(+12 -2)📝
Cargo.lock(+195 -0)📝
Cargo.toml(+1 -1)📝
client/Cargo.toml(+9 -1)📝
client/src/client/client.rs(+26 -18)➕
client/src/dnskey_to_pem.rs(+159 -0)📝
client/src/rr/dnssec/keypair.rs(+2 -2)➕
compatibility/Cargo.toml(+53 -0)➕
compatibility/src/bind.rs(+57 -0)➕
compatibility/src/lib.rs(+98 -0)➕
compatibility/src/none.rs(+5 -0)➕
compatibility/tests/conf/Kupdate.example.com.+008+07134.key(+1 -0)➕
compatibility/tests/conf/Kupdate.example.com.+008+07134.pem(+27 -0)➕
compatibility/tests/conf/Kupdate.example.com.+008+07134.private(+10 -0)➕
compatibility/tests/conf/README.md(+15 -0)➕
compatibility/tests/conf/bind-example.com.zone(+13 -0)➕
compatibility/tests/conf/bind-example.conf(+49 -0)➕
compatibility/tests/sig0_tests.rs(+138 -0)📝
native-tls/Cargo.toml(+1 -3)📝
rustls/Cargo.toml(+1 -0)...and 3 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.