[PR #202] [MERGED] Remove unused PublicKey::key_tag(). #1300

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/202
Author: @briansmith
Created: 9/23/2017
Status: Merged
Merged: 9/23/2017
Merged by: @bluejekyll

Base: masterHead: key_tag


📝 Commits (2)

  • fb46c7e Remove unused PublicKey::key_tag().
  • 719c6ec Merge branch 'master' into key_tag

📊 Changes

1 file changed (+0 additions, -68 deletions)

View changed files

📝 client/src/rr/dnssec/public_key.rs (+0 -68)

📄 Description

Signer already does the calculation of the key tag for its public key,
and users of PublicKey don't need to calculate the key tag because it
is given to them.


🔄 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/202 **Author:** [@briansmith](https://github.com/briansmith) **Created:** 9/23/2017 **Status:** ✅ Merged **Merged:** 9/23/2017 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `key_tag` --- ### 📝 Commits (2) - [`fb46c7e`](https://github.com/hickory-dns/hickory-dns/commit/fb46c7e4e6d6c1c32ba5301cc32fdec6944381cb) Remove unused PublicKey::key_tag(). - [`719c6ec`](https://github.com/hickory-dns/hickory-dns/commit/719c6ec006641833c854e632723277b5b24411c0) Merge branch 'master' into key_tag ### 📊 Changes **1 file changed** (+0 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `client/src/rr/dnssec/public_key.rs` (+0 -68) </details> ### 📄 Description Signer already does the calculation of the key tag for its public key, and users of PublicKey don't need to calculate the key tag because it is given to them. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 01:58:53 +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#1300
No description provided.