[PR #121] [MERGED] WIP: sig0 compatibility tests #1252

Closed
opened 2026-03-16 01:56:26 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: sig0_fixes


📝 Commits (10+)

  • 65004d0 sig0 compatibility tests
  • bd94560 get test passing
  • 8d0a2ba require openssl for dnskey-to-pem
  • 48bfbb5 run compatibility tests in travis
  • 23ea647 make install_bind executable
  • 7e041e2 specify filename for wget
  • 311a64b fix path names for bind
  • 8c7a527 fix call to configure; disable create until passing
  • d515bae specify bind for compatibility test
  • 81fb8ee fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/121 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 4/25/2017 **Status:** ✅ Merged **Merged:** 5/2/2017 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `sig0_fixes` --- ### 📝 Commits (10+) - [`65004d0`](https://github.com/hickory-dns/hickory-dns/commit/65004d03692186029f86b5b6ed4aca02787a5f99) sig0 compatibility tests - [`bd94560`](https://github.com/hickory-dns/hickory-dns/commit/bd945603f583a76ae1d461f4387d56733871a1a2) get test passing - [`8d0a2ba`](https://github.com/hickory-dns/hickory-dns/commit/8d0a2ba9949d1b03b9a63ceceeec9d9fc4851ccd) require openssl for dnskey-to-pem - [`48bfbb5`](https://github.com/hickory-dns/hickory-dns/commit/48bfbb551fdb95f8fc7a0a981abacdc40753fd80) run compatibility tests in travis - [`23ea647`](https://github.com/hickory-dns/hickory-dns/commit/23ea6478d7e58602f0f5a62baf0b65051a23c27d) make install_bind executable - [`7e041e2`](https://github.com/hickory-dns/hickory-dns/commit/7e041e220251163b88a759231947fb2168e8ac9e) specify filename for wget - [`311a64b`](https://github.com/hickory-dns/hickory-dns/commit/311a64b75f490fecfcfa6038daf9b698b4b5fcba) fix path names for bind - [`8c7a527`](https://github.com/hickory-dns/hickory-dns/commit/8c7a527f5f3c40282b791be937f06282c346e598) fix call to configure; disable create until passing - [`d515bae`](https://github.com/hickory-dns/hickory-dns/commit/d515bae0d22ca69c340ef058e42444df5d41abd3) specify bind for compatibility test - [`81fb8ee`](https://github.com/hickory-dns/hickory-dns/commit/81fb8ee1ba3244598b50adea28860127158a568c) fix bind binary path ### 📊 Changes **23 files changed** (+905 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 01:56:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#1252
No description provided.