[PR #1198] [MERGED] update test certificates for TLS #2070

Closed
opened 2026-03-16 05:18:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1198
Author: @bluejekyll
Created: 9/13/2020
Status: Merged
Merged: 9/13/2020
Merged by: @bluejekyll

Base: mainHead: update-tls-test-keys


📝 Commits (2)

  • 0791569 update test certificates for TLS
  • dac5c5c cleanup new clippy warning

📊 Changes

20 files changed (+264 additions, -264 deletions)

View changed files

📝 crates/proto/src/rr/rr_set.rs (+1 -1)
📝 tests/test-data/ca.der (+0 -0)
📝 tests/test-data/ca.key (+49 -49)
📝 tests/test-data/ca.pem (+29 -29)
📝 tests/test-data/ca.pubkey (+12 -12)
📝 tests/test-data/cert-key.pem (+49 -49)
📝 tests/test-data/cert.csr (+23 -23)
📝 tests/test-data/cert.p12 (+0 -0)
📝 tests/test-data/cert.pem (+25 -25)
📝 tests/test-data/named_test_configs/dnssec/ecdsa_p256.pem (+3 -3)
📝 tests/test-data/named_test_configs/dnssec/ecdsa_p256.pk8 (+0 -0)
📝 tests/test-data/named_test_configs/dnssec/ecdsa_p384.pem (+4 -4)
📝 tests/test-data/named_test_configs/dnssec/ecdsa_p384.pk8 (+0 -0)
📝 tests/test-data/named_test_configs/dnssec/ed25519.pk8 (+0 -0)
📝 tests/test-data/named_test_configs/dnssec/rsa_2048.pem (+26 -26)
📝 tests/test-data/named_test_configs/sec/example.cert (+0 -0)
📝 tests/test-data/named_test_configs/sec/example.cert.pem (+18 -18)
📝 tests/test-data/named_test_configs/sec/example.key (+0 -0)
📝 tests/test-data/named_test_configs/sec/example.key.pem (+25 -25)
📝 tests/test-data/named_test_configs/sec/example.p12 (+0 -0)

📄 Description

Fixes the outdated TLS keys and dnssec testing keys


🔄 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/1198 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 9/13/2020 **Status:** ✅ Merged **Merged:** 9/13/2020 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `main` ← **Head:** `update-tls-test-keys` --- ### 📝 Commits (2) - [`0791569`](https://github.com/hickory-dns/hickory-dns/commit/079156906f613e21b8f7b13fac713eea08aabd6e) update test certificates for TLS - [`dac5c5c`](https://github.com/hickory-dns/hickory-dns/commit/dac5c5c8bc10b2f1dc0ff0f2d622f56e7d336a1e) cleanup new clippy warning ### 📊 Changes **20 files changed** (+264 additions, -264 deletions) <details> <summary>View changed files</summary> 📝 `crates/proto/src/rr/rr_set.rs` (+1 -1) 📝 `tests/test-data/ca.der` (+0 -0) 📝 `tests/test-data/ca.key` (+49 -49) 📝 `tests/test-data/ca.pem` (+29 -29) 📝 `tests/test-data/ca.pubkey` (+12 -12) 📝 `tests/test-data/cert-key.pem` (+49 -49) 📝 `tests/test-data/cert.csr` (+23 -23) 📝 `tests/test-data/cert.p12` (+0 -0) 📝 `tests/test-data/cert.pem` (+25 -25) 📝 `tests/test-data/named_test_configs/dnssec/ecdsa_p256.pem` (+3 -3) 📝 `tests/test-data/named_test_configs/dnssec/ecdsa_p256.pk8` (+0 -0) 📝 `tests/test-data/named_test_configs/dnssec/ecdsa_p384.pem` (+4 -4) 📝 `tests/test-data/named_test_configs/dnssec/ecdsa_p384.pk8` (+0 -0) 📝 `tests/test-data/named_test_configs/dnssec/ed25519.pk8` (+0 -0) 📝 `tests/test-data/named_test_configs/dnssec/rsa_2048.pem` (+26 -26) 📝 `tests/test-data/named_test_configs/sec/example.cert` (+0 -0) 📝 `tests/test-data/named_test_configs/sec/example.cert.pem` (+18 -18) 📝 `tests/test-data/named_test_configs/sec/example.key` (+0 -0) 📝 `tests/test-data/named_test_configs/sec/example.key.pem` (+25 -25) 📝 `tests/test-data/named_test_configs/sec/example.p12` (+0 -0) </details> ### 📄 Description Fixes the outdated TLS keys and dnssec testing keys --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 05:18:40 +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#2070
No description provided.